Home
last modified time | relevance | path

Searched refs:NB_SMALL_SIZE_CLASSES (Results 1 – 1 of 1) 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