Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h146 #define SETSMAL(x) ((struct lblk *)((long)(x) | SMAL)) macro
H A Dmalloc.c673 lblk->header.nextfree = SETSMAL(holdblk->lfreeq); in free_unlocked()