Home
last modified time | relevance | path

Searched defs:ISBIT1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h122 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h152 #define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */ macro