diff options
author | Sverker Eriksson <[email protected]> | 2013-06-03 14:02:16 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-06-03 14:26:53 +0200 |
commit | c86b42e40622f73bd75ca5599814648701444c6b (patch) | |
tree | f60bede26e58bf5792cef66c218c99e06c7ffd01 /erts/emulator/beam/erl_alloc.c | |
parent | 5ce6aba2ede9e06bb1daa250019454ea42dca657 (diff) | |
download | otp-c86b42e40622f73bd75ca5599814648701444c6b.tar.gz otp-c86b42e40622f73bd75ca5599814648701444c6b.tar.bz2 otp-c86b42e40622f73bd75ca5599814648701444c6b.zip |
erts: Rename allocator aoffcbf to aoffcaobf
and add documentation in erts_alloc
Diffstat (limited to 'erts/emulator/beam/erl_alloc.c')
-rw-r--r-- | erts/emulator/beam/erl_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_alloc.c b/erts/emulator/beam/erl_alloc.c index d45cd48623..4bb7bae870 100644 --- a/erts/emulator/beam/erl_alloc.c +++ b/erts/emulator/beam/erl_alloc.c @@ -1140,7 +1140,7 @@ handle_au_arg(struct au_init *auip, auip->atype = AOFIRSTFIT; auip->init.aoff.bf_within_carrier = 0; } - else if (strcmp("aoffcbf", alg) == 0) { + else if (strcmp("aoffcaobf", alg) == 0) { auip->atype = AOFIRSTFIT; auip->init.aoff.bf_within_carrier = 1; } |