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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 103 * Requests greater than SMALL_REQUEST_THRESHOLD bytes are routed to the
139 * 0, SMALL_REQUEST_THRESHOLD + 1 and up: routed to the underlying
170 * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 256
171 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
177 * it is recommended that SMALL_REQUEST_THRESHOLD is set to a power of 2.
179 #define SMALL_REQUEST_THRESHOLD 512
180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 143 * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 256
144 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
147 * it is recommended that SMALL_REQUEST_THRESHOLD is set to a power of 2.
149 #define SMALL_REQUEST_THRESHOLD 256
150 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 103 * Requests greater than SMALL_REQUEST_THRESHOLD bytes are routed to the
139 * 0, SMALL_REQUEST_THRESHOLD + 1 and up: routed to the underlying
170 * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 512
171 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
177 * it is recommended that SMALL_REQUEST_THRESHOLD is set to a power of 2.
179 #define SMALL_REQUEST_THRESHOLD 512
180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 582 * Requests greater than SMALL_REQUEST_THRESHOLD bytes are routed to the
618 * 0, SMALL_REQUEST_THRESHOLD + 1 and up: routed to the underlying
651 * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 512
652 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
655 * it is recommended that SMALL_REQUEST_THRESHOLD is set to a power of 2.
657 #define SMALL_REQUEST_THRESHOLD 512
658 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
    [all...]

Completed in 390 milliseconds