Home
last modified time | relevance | path

Searched refs:PFREE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h186 #define PFREE (02) /* preceding block is free */ macro
199 #define ISPFREE(w) ((w) & PFREE)
200 #define SETPFREE(w) ((w) |= PFREE)
201 #define CLRPFREE(w) ((w) &= ~PFREE)
H A Dvmopen.c161 SIZE(NEXT(b)) = BUSY|PFREE;
H A Dvmbest.c100 if(SIZE(b) & (BUSY|JUNK|PFREE))
203 if(SIZE(b) & (BUSY|JUNK|PFREE) )