Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ISBIT1
usr/src/lib/libc/port/gen/mallint.h
152
#define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */
usr/src/lib/watchmalloc/common/mallint.h
122
#define ISBIT1(w) ((w) & BIT1) /* Is the preceding free? */