Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c397 CLRSMAL(lblk->header.nextfree)) == in malloc_unlocked()
1052 lblk = CLRSMAL(holdblk->lfreeq); in freespace()
1054 unused = CLRSMAL(holdblk->unused); in freespace()
1058 lblk = CLRSMAL(lblk->header.nextfree); in freespace()
H A Dmallint.h147 #define CLRSMAL(x) ((struct lblk *)((long)(x) & ~SMAL)) macro