Home
last modified time | relevance | path

Searched refs:NB_SMALL_SIZE_CLASSES (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dobmalloc.c873 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro
1136 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1138 #if NB_SMALL_SIZE_CLASSES > 8
1140 #if NB_SMALL_SIZE_CLASSES > 16
1142 #if NB_SMALL_SIZE_CLASSES > 24
1144 #if NB_SMALL_SIZE_CLASSES > 32
1146 #if NB_SMALL_SIZE_CLASSES > 40
1148 #if NB_SMALL_SIZE_CLASSES > 48
1150 #if NB_SMALL_SIZE_CLASSES > 56
1152 #if NB_SMALL_SIZE_CLASSES > 64
/third_party/python/Tools/c-analyzer/
DTODO17 … static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) …