Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c161 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()
H A Dmalloc.c369 ASSERT(!ISBIT1(SIZE(np))); in realloc()
453 } else if (ISBIT1(ts) && in realloc()
518 if (ISBIT1(ts)) { in realfree()
H A Dmallint.h152 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h122 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
H A Dmalloc.c353 ASSERT(!ISBIT1(SIZE(np))); in realloc()
442 } else if (ISBIT1(ts)) { in realloc()
530 if (ISBIT1(ts)) { in realfree()
1213 SIZE(blk) = frag_size | BIT0 | ISBIT1(SIZE(blk)); in memalign()