Searched refs:NB_SMALL_SIZE_CLASSES (Results 1 – 2 of 2) sorted by relevance
873 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro1136 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {1138 #if NB_SMALL_SIZE_CLASSES > 81140 #if NB_SMALL_SIZE_CLASSES > 161142 #if NB_SMALL_SIZE_CLASSES > 241144 #if NB_SMALL_SIZE_CLASSES > 321146 #if NB_SMALL_SIZE_CLASSES > 401148 #if NB_SMALL_SIZE_CLASSES > 481150 #if NB_SMALL_SIZE_CLASSES > 561152 #if NB_SMALL_SIZE_CLASSES > 64
17 … static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) …