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

@@ -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"