Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
459 #if NB_SMALL_SIZE_CLASSES > 8
461 #if NB_SMALL_SIZE_CLASSES > 16
463 #if NB_SMALL_SIZE_CLASSES > 24
465 #if NB_SMALL_SIZE_CLASSES > 32
467 #if NB_SMALL_SIZE_CLASSES > 40
469 #if NB_SMALL_SIZE_CLASSES > 48
471 #if NB_SMALL_SIZE_CLASSES > 56
473 #if NB_SMALL_SIZE_CLASSES > 64
/external/python/cpython3/Objects/
Dobmalloc.c813 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro
1072 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1074 #if NB_SMALL_SIZE_CLASSES > 8
1076 #if NB_SMALL_SIZE_CLASSES > 16
1078 #if NB_SMALL_SIZE_CLASSES > 24
1080 #if NB_SMALL_SIZE_CLASSES > 32
1082 #if NB_SMALL_SIZE_CLASSES > 40
1084 #if NB_SMALL_SIZE_CLASSES > 48
1086 #if NB_SMALL_SIZE_CLASSES > 56
1088 #if NB_SMALL_SIZE_CLASSES > 64