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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h112 * DELFREEQ will remove x from the free queue
124 #define DELFREEQ(x) (x)->prevfree->nextfree = (x)->nextfree;\ macro

Completed in 58 milliseconds