Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmallint.h125 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */ macro
H A Dmalloc.c158 SETBIT0(SIZE(tp)); in smalloc()
731 SETBIT0(SIZE(NEXT(tp))); in morecore()
735 SETBIT0(SIZE(Bottom)); in morecore()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dmalloc.c158 SETBIT0(SIZE(tp)); in _smalloc()
688 SETBIT0(SIZE(NEXT(tp))); in _morecore()
692 SETBIT0(SIZE(Bottom)); in _morecore()
H A Dmallint.h155 #define SETBIT0(w) ((w) |= BIT0) /* Block is busy */ macro