From 08a5f5ee0b59cd60b943615a5f0ec7de72d46931 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 13 May 2020 03:19:17 -0400 Subject: [PATCH] reduces empty slab cache size now too --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f0d493..281b44c 100644 --- a/README.md +++ b/README.md @@ -191,8 +191,8 @@ choices are not configurable and the allocator remains very security-focused even with all the optional features disabled. 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 -on the size of the largest size class): +the size of the empty slab caches and quarantines, saving a lot of memory, +since those are currently based on the size of the largest size class): make \ N_ARENA=1 \