Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c150 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT) macro
427 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
429 #if NB_SMALL_SIZE_CLASSES > 8
431 #if NB_SMALL_SIZE_CLASSES > 16
433 #if NB_SMALL_SIZE_CLASSES > 24
435 #if NB_SMALL_SIZE_CLASSES > 32
437 #if NB_SMALL_SIZE_CLASSES > 40
439 #if NB_SMALL_SIZE_CLASSES > 48
441 #if NB_SMALL_SIZE_CLASSES > 56