Searched refs:ISBIT0 (Results 1 – 4 of 4) sorted by relevance
276 ASSERT(ISBIT0(SIZE(NEXT(sp)))); in _malloc_unlocked()340 if (!ISBIT0(ts)) { in realloc()369 if (!ISBIT0(SIZE(np))) { in realloc()457 ASSERT(!ISBIT0(SIZE(np))); in realloc()498 if (!ISBIT0(ts)) in realfree()513 if (!ISBIT0(SIZE(np))) { in realfree()522 ASSERT(!ISBIT0(SIZE(np))); in realfree()594 ASSERT(ISBIT0(SIZE(NEXT(tp)))); in realfree()885 if (!ISBIT0(SIZE(BLOCK(old)))) in _free_unlocked()
153 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro
259 ASSERT(ISBIT0(SIZE(tmp))); in malloc_unlocked()318 if (!ISBIT0(ts)) { in realloc()350 if (ISBIT0(SIZE(np))) in realloc()448 ASSERT(!ISBIT0(SIZE(np))); in realloc()492 if (!ISBIT0(ts)) { /* block is not busy; previously freed? */ in realfree()523 if (ISBIT0(SIZE(np))) in realfree()535 ASSERT(!ISBIT0(SIZE(np))); in realfree()626 ASSERT(ISBIT0(SIZE(tmp))); in realfree()1418 if (ISBIT0(sz)) /* block is busy, protect only the head */ in protect()
123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro