Searched defs:DELFREEQ (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libmalloc/common/ | ||
H A D | mallint.h | 112 * DELFREEQ will remove x from the free queue 124 #define DELFREEQ(x) (x)->prevfree->nextfree = (x)->nextfree;\ macro |
Completed in 20 milliseconds