Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c905 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro
1167 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1169 #if NB_SMALL_SIZE_CLASSES > 8
1171 #if NB_SMALL_SIZE_CLASSES > 16
1173 #if NB_SMALL_SIZE_CLASSES > 24
1175 #if NB_SMALL_SIZE_CLASSES > 32
1177 #if NB_SMALL_SIZE_CLASSES > 40
1179 #if NB_SMALL_SIZE_CLASSES > 48
1181 #if NB_SMALL_SIZE_CLASSES > 56
1183 #if NB_SMALL_SIZE_CLASSES > 6
[all...]

Completed in 3 milliseconds