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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h113 * ADDFREEQ will add an element to the head
118 #define ADDFREEQ(x) (x)->prevfree = &(freeptr[0]);\ macro

Completed in 209 milliseconds