Home
last modified time | relevance | path

Searched refs:SMALLEST_BLK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c101 #define SMALLEST_BLK 1 /* Size of smallest block */ macro
458 if (nbytes < SMALLEST_BLK) { in kmem_alloc()
520 if (a->size - nbytes < SMALLEST_BLK) { in kmem_alloc()