Searched refs:SMALL_REQUEST_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dobmalloc.c103 * 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 macro
180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)
816 if ((nbytes - 1) < SMALL_REQUEST_THRESHOLD) {
1283 * SMALL_REQUEST_THRESHOLD, it's tempting to try to take over this
1790 const uint numclasses = SMALL_REQUEST_THRESHOLD >> ALIGNMENT_SHIF
[all...]

Completed in 100 milliseconds