Searched refs:ISBIT0 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c276 ASSERT(ISBIT0(SIZE(NEXT(sp))));
340 if (!ISBIT0(ts)) {
369 if (!ISBIT0(SIZE(np))) {
457 ASSERT(!ISBIT0(SIZE(np)));
498 if (!ISBIT0(ts))
513 if (!ISBIT0(SIZE(np))) {
522 ASSERT(!ISBIT0(SIZE(np)));
594 ASSERT(ISBIT0(SIZE(NEXT(tp))));
885 if (!ISBIT0(SIZE(BLOCK(old))))
H A Dmallint.h153 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro
H A Dmalloc.c259 ASSERT(ISBIT0(SIZE(tmp)));
318 if (!ISBIT0(ts)) {
350 if (ISBIT0(SIZE(np)))
448 ASSERT(!ISBIT0(SIZE(np)));
492 if (!ISBIT0(ts)) { /* block is not busy; previously freed? */
523 if (ISBIT0(SIZE(np)))
535 ASSERT(!ISBIT0(SIZE(np)));
626 ASSERT(ISBIT0(SIZE(tmp)));
1418 if (ISBIT0(sz)) /* block is busy, protect only the head */

Completed in 89 milliseconds