POOL_QUARANTINE_DEPTH
for (i = 0; i < POOL_QUARANTINE_DEPTH; i++) {
quar->rotor = (quar->rotor + 1) % POOL_QUARANTINE_DEPTH;
intptr_t list[POOL_QUARANTINE_DEPTH];