Searched refs:POOL_QUARANTINE_DEPTH (Results 1 – 2 of 2) sorted by relevance
109 #define POOL_QUARANTINE_DEPTH 128 macro112 intptr_t list[POOL_QUARANTINE_DEPTH];
3093 for (i = 0; i < POOL_QUARANTINE_DEPTH; i++) { in pool_quarantine_flush() 3117 quar->rotor = (quar->rotor + 1) % POOL_QUARANTINE_DEPTH; in pool_put_quarantine()