Add MALLOC_CONF parsing for dynamic slab sizes.

This actually enables us to change the values.
This commit is contained in:
David T. Goldblatt
2018-04-20 21:11:03 -07:00
committed by David Goldblatt
parent 4610ffa942
commit 5112d9e5fd
4 changed files with 153 additions and 0 deletions

View File

@@ -230,6 +230,7 @@ TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
$(srcroot)test/integration/posix_memalign.c \
$(srcroot)test/integration/rallocx.c \
$(srcroot)test/integration/sdallocx.c \
$(srcroot)test/integration/slab_sizes.c \
$(srcroot)test/integration/thread_arena.c \
$(srcroot)test/integration/thread_tcache_enabled.c \
$(srcroot)test/integration/xallocx.c