Searched refs:ISBIT1 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemalign.c162 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk));
H A Dmallint.h154 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
H A Dmalloc.c373 ASSERT(!ISBIT1(SIZE(np)));
457 } else if (ISBIT1(ts) &&
522 if (ISBIT1(ts)) {
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h124 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
H A Dmalloc.c356 ASSERT(!ISBIT1(SIZE(np)));
445 } else if (ISBIT1(ts)) {
533 if (ISBIT1(ts)) {
1216 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk));

Completed in 44 milliseconds