Searched defs:SMALLEST_BLK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h72 #define SMALLEST_BLK sizeof(struct dblk) /* Size of smallest block */ macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c103 #define SMALLEST_BLK 1 /* Size of smallest block */ macro
460 if (nbytes < SMALLEST_BLK) {
522 if (a->size - nbytes < SMALLEST_BLK) {

Completed in 59 milliseconds