Add MALLOC_CONF parsing for dynamic slab sizes.
This actually enables us to change the values.
This commit is contained in:
committed by
David Goldblatt
parent
4610ffa942
commit
5112d9e5fd
4
test/integration/slab_sizes.sh
Normal file
4
test/integration/slab_sizes.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Some screwy-looking slab sizes.
|
||||
export MALLOC_CONF="slab_sizes:1-4096:17|100-200:1|128-128:2"
|
Reference in New Issue
Block a user