aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/coalesce.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-06-03 14:02:16 +0200
committerSverker Eriksson <[email protected]>2013-06-03 14:26:53 +0200
commitc86b42e40622f73bd75ca5599814648701444c6b (patch)
treef60bede26e58bf5792cef66c218c99e06c7ffd01 /erts/emulator/test/alloc_SUITE_data/coalesce.c
parent5ce6aba2ede9e06bb1daa250019454ea42dca657 (diff)
downloadotp-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/test/alloc_SUITE_data/coalesce.c')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/coalesce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/coalesce.c b/erts/emulator/test/alloc_SUITE_data/coalesce.c
index 1fb4d7791d..36710bf7b5 100644
--- a/erts/emulator/test/alloc_SUITE_data/coalesce.c
+++ b/erts/emulator/test/alloc_SUITE_data/coalesce.c
@@ -267,7 +267,7 @@ void
testcase_run(TestCaseState_t *tcs)
{
char *argv_org[] = {"-tsmbcs511","-tmmbcs511", "-tsbct512", "-trmbcmt100", "-tas", NULL, NULL};
- char *alg[] = {"af", "gf", "bf", "aobf", "aoff", "aoffcbf", NULL};
+ char *alg[] = {"af", "gf", "bf", "aobf", "aoff", "aoffcaobf", NULL};
int i;
for (i = 0; alg[i]; i++) {