Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c274 ASSERT(ISBIT0(SIZE(NEXT(sp)))); in _malloc_unlocked()
338 if (!ISBIT0(ts)) { in realloc()
367 if (!ISBIT0(SIZE(np))) { in realloc()
455 ASSERT(!ISBIT0(SIZE(np))); in realloc()
496 if (!ISBIT0(ts)) in realfree()
511 if (!ISBIT0(SIZE(np))) { in realfree()
520 ASSERT(!ISBIT0(SIZE(np))); in realfree()
592 ASSERT(ISBIT0(SIZE(NEXT(tp)))); in realfree()
883 if (!ISBIT0(SIZE(BLOCK(old)))) in _free_unlocked()
H A Dmallint.h151 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c257 ASSERT(ISBIT0(SIZE(tmp))); in malloc_unlocked()
316 if (!ISBIT0(ts)) { in realloc()
348 if (ISBIT0(SIZE(np))) in realloc()
446 ASSERT(!ISBIT0(SIZE(np))); in realloc()
490 if (!ISBIT0(ts)) { /* block is not busy; previously freed? */ in realfree()
521 if (ISBIT0(SIZE(np))) in realfree()
533 ASSERT(!ISBIT0(SIZE(np))); in realfree()
624 ASSERT(ISBIT0(SIZE(tmp))); in realfree()
1416 if (ISBIT0(sz)) /* block is busy, protect only the head */ in protect()
H A Dmallint.h121 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro