Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dmalloc.c276 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()
H A Dmallint.h153 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro
/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmalloc.c259 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()
H A Dmallint.h123 #define ISBIT0(w) ((w) & BIT0) /* Is busy? */ macro