reduces empty slab cache size now too

This commit is contained in:
Daniel Micay 2020-05-13 03:19:17 -04:00
parent e82367e1bf
commit 08a5f5ee0b

View File

@ -191,8 +191,8 @@ choices are not configurable and the allocator remains very security-focused
even with all the optional features disabled. even with all the optional features disabled.
For reduced memory usage at the expense of performance (this will also reduce For reduced memory usage at the expense of performance (this will also reduce
the size of quarantines, saving a lot of memory, since that's currently based the size of the empty slab caches and quarantines, saving a lot of memory,
on the size of the largest size class): since those are currently based on the size of the largest size class):
make \ make \
N_ARENA=1 \ N_ARENA=1 \