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 737 * Requests greater than SMALL_REQUEST_THRESHOLD bytes are routed to the
773 * 0, SMALL_REQUEST_THRESHOLD + 1 and up: routed to the underlying
806 * 1) ALIGNMENT <= SMALL_REQUEST_THRESHOLD <= 512
807 * 2) SMALL_REQUEST_THRESHOLD is evenly divisible by ALIGNMENT
810 * it is recommended that SMALL_REQUEST_THRESHOLD is set to a power of 2.
812 #define SMALL_REQUEST_THRESHOLD 512
813 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
    [all...]

Completed in 1047 milliseconds