diff options
Diffstat (limited to 'test/unit/pack.c')
-rw-r--r-- | test/unit/pack.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/unit/pack.c b/test/unit/pack.c index 0b6ffcd..991faa6 100644 --- a/test/unit/pack.c +++ b/test/unit/pack.c @@ -1,13 +1,5 @@ #include "test/jemalloc_test.h" -const char *malloc_conf = - /* Use smallest possible chunk size. */ - "lg_chunk:0" - /* Immediately purge to minimize fragmentation. */ - ",lg_dirty_mult:-1" - ",decay_time:-1" - ; - /* * Size class that is a divisor of the page size, ideally 4+ regions per run. */ |