Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dmemalign.c161 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()
H A Dmalloc.c371 ASSERT(!ISBIT1(SIZE(np))); in realloc()
455 } else if (ISBIT1(ts) && in realloc()
520 if (ISBIT1(ts)) { in realfree()
H A Dmallint.h154 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
/titanic_44/usr/src/lib/watchmalloc/common/
H A Dmallint.h124 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
H A Dmalloc.c355 ASSERT(!ISBIT1(SIZE(np))); in realloc()
444 } else if (ISBIT1(ts)) { in realloc()
532 if (ISBIT1(ts)) { in realfree()
1215 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()