Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h126 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro
H A Dmalloc.c256 CLRBIT1(SIZE(tmp)); in malloc_unlocked()
362 CLRBIT1(SIZE(tmp)); in realloc()
455 CLRBIT1(ts); in realloc()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c272 CLRBIT1(SIZE(NEXT(sp))); in _malloc_unlocked()
375 CLRBIT1(SIZE(NEXT(np))); in realloc()
465 CLRBIT1(ts); in realloc()
H A Dmallint.h156 #define CLRBIT1(w) ((w) &= ~BIT1) /* Clean bit1 */ macro