Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__alloc_align
usr/src/boot/sys/sys/cdefs.h
214
#define __alloc_align(x)
usr/src/boot/sys/sys/cdefs.h
248
#define __alloc_align(x) __attribute__((__alloc_align__(x)))
usr/src/boot/sys/sys/cdefs.h
250
#define __alloc_align(x)
usr/src/tools/smatch/src/validation/alloc-align.c
21
#define __alloc_align(x) __attribute__((__alloc_align__(x)))