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

/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c1004 * both routines bypass the quantum caches.
1420 * The arena's natural unit of currency is quantum, so vmem_alloc()
1421 * guarantees quantum-aligned results. The arena may import new spans
1425 * of quantum up to qcache_max.
1428 vmem_create(const char *name, void *base, size_t size, size_t quantum, argument
1457 vmp->vm_quantum = quantum;
1458 vmp->vm_qshift = highbit(quantum) - 1;
1498 vmp->vm_name, (long)((i + 1) * quantum));
1500 (i + 1) * quantum, quantum, NUL
[all...]

Completed in 22 milliseconds