HomeSort by relevance Sort by last modified time
    Searched refs:NB_SMALL_SIZE_CLASSES (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
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
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
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 > 6
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 150 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
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
443 #endif /* NB_SMALL_SIZE_CLASSES > 56 */
    [all...]

Completed in 63 milliseconds