Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h123 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */ macro
H A Dmalloc.c156 SETBIT0(SIZE(tp)); in smalloc()
729 SETBIT0(SIZE(NEXT(tp))); in morecore()
733 SETBIT0(SIZE(Bottom)); in morecore()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c156 SETBIT0(SIZE(tp)); in _smalloc()
686 SETBIT0(SIZE(NEXT(tp))); in _morecore()
690 SETBIT0(SIZE(Bottom)); in _morecore()
H A Dmallint.h153 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */ macro