Lines Matching defs:quantum
1005 * both routines bypass the quantum caches.
1422 * The arena's natural unit of currency is quantum, so vmem_alloc()
1423 * guarantees quantum-aligned results. The arena may import new spans
1427 * of quantum up to qcache_max.
1430 vmem_create(const char *name, void *base, size_t size, size_t quantum,
1459 vmp->vm_quantum = quantum;
1460 vmp->vm_qshift = highbit(quantum) - 1;
1500 vmp->vm_name, (long)((i + 1) * quantum));
1502 (i + 1) * quantum, quantum, NULL, NULL, NULL,
1505 vmp->vm_qcache_max = i * quantum;