From 4d85a61db26779cb7c73506ec9f47699835aa18b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 19 Nov 2018 06:31:58 -0500 Subject: [PATCH] remove obsolete duplicate information --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 61ea1d8..5588423 100644 --- a/README.md +++ b/README.md @@ -327,9 +327,6 @@ It's allocated in a dedicated region like other size classes but with the slabs never being made readable and writable so the only memory usage is for the slab metadata. -The slab slot count for each size class is not yet finely tuned beyond choosing values avoiding -internal fragmentation for slabs (i.e. avoiding wasted space due to page size rounding). - The choice of size classes for slab allocation is the same as jemalloc, which is a careful balance between minimizing internal and external fragmentation. If there are more size classes, more memory is wasted on free slots available only