From f4afedb1374bbf54d74a9c5c21adea3701a03b01 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 05:48:29 -0400 Subject: [PATCH] add links to size class section from configuration --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6aa5fe..2c8a710 100644 --- a/README.md +++ b/README.md @@ -263,10 +263,12 @@ The following integer configuration options are available: * `CONFIG_EXTENDED_SIZE_CLASSES`: `true` (default) to control whether small size class go up to 128kiB instead of the minimum requirement for avoiding memory waste of 16kiB. The option to extend it even further will be offered - in the future when better support for larger slab allocations is added. + in the future when better support for larger slab allocations is added. See + the [section on size classes](#size-classes) below for details. * `CONFIG_LARGE_SIZE_CLASSES`: `true` (default) to control whether large allocations use the slab allocation size class scheme instead of page size - granularity (see the section on size classes below). + granularity. See the [section on size classes](#size-classes) below for + details. There will be more control over enabled features in the future along with control over fairly arbitrarily chosen values like the size of empty slab