Searched defs:SPINS_PER_YIELD (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c1864 #define SPINS_PER_YIELD 63 macro
1881 if ((++spins & SPINS_PER_YIELD) == 0) {
1944 if ((++spins & SPINS_PER_YIELD) == 0) {

Completed in 202 milliseconds