add comment explaining slab cache size

This commit is contained in:
Daniel Micay 2020-05-24 09:36:43 -04:00
parent 067b3c864f
commit 467ba8440f

View File

@ -107,6 +107,7 @@ struct slab_metadata {
static const size_t min_align = 16;
#define MIN_SLAB_SIZE_CLASS_SHIFT 4
// set slab cache size based on the size of the largest slab
#if !CONFIG_EXTENDED_SIZE_CLASSES
static const size_t MAX_SLAB_SIZE_CLASS = 65536;
#define MAX_SLAB_SIZE_CLASS_SHIFT 14