Searched refs:MOVEHEAD (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libmalloc/common/ | ||
H A D | mallint.h | 126 #define MOVEHEAD(x) freeptr[1].prevfree->nextfree = freeptr[0].nextfree;\ macro |
H A D | malloc.c | 600 MOVEHEAD(nblk); in malloc_unlocked() |