aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/coalesce.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2011-06-16 15:26:29 +0200
committerSverker Eriksson <[email protected]>2011-07-18 15:20:44 +0200
commit94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b (patch)
tree4d16fffd6ebf6c3c86e010c952fb3a308f31e90a /erts/emulator/test/alloc_SUITE_data/coalesce.c
parent089b8c357f5e7c96605c8f8cab4b3c856081dc39 (diff)
downloadotp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.tar.gz
otp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.tar.bz2
otp-94ad6bd0aec9dd41b1bb4d789df313ddcad5af5b.zip
New allocator: Address order first fit (aoff)
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 c84da97d35..6f35d3279b 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[] = {"-tmmbcs1024", "-tsbct2048", "-trmbcmt100", "-tas", NULL, NULL};
- char *alg[] = {"af", "gf", "bf", "aobf", NULL};
+ char *alg[] = {"af", "gf", "bf", "aobf", "aoff", NULL};
int i;
for (i = 0; alg[i]; i++) {