Searched refs:NB_SMALL_SIZE_CLASSES (Results 1 – 4 of 4) sorted by relevance
180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {459 #if NB_SMALL_SIZE_CLASSES > 8461 #if NB_SMALL_SIZE_CLASSES > 16463 #if NB_SMALL_SIZE_CLASSES > 24465 #if NB_SMALL_SIZE_CLASSES > 32467 #if NB_SMALL_SIZE_CLASSES > 40469 #if NB_SMALL_SIZE_CLASSES > 48471 #if NB_SMALL_SIZE_CLASSES > 56473 #if NB_SMALL_SIZE_CLASSES > 64
873 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro1104 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {1106 #if NB_SMALL_SIZE_CLASSES > 81108 #if NB_SMALL_SIZE_CLASSES > 161110 #if NB_SMALL_SIZE_CLASSES > 241112 #if NB_SMALL_SIZE_CLASSES > 321114 #if NB_SMALL_SIZE_CLASSES > 401116 #if NB_SMALL_SIZE_CLASSES > 481118 #if NB_SMALL_SIZE_CLASSES > 561120 #if NB_SMALL_SIZE_CLASSES > 64
17 … static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) …
1892 Objects/obmalloc.c - usedpools variable static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8…