Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SIZE_MAX
include/linux/limits.h
9
#define SIZE_MAX (~(size_t)0)
tools/include/nolibc/stdint.h
77
#define SIZE_MAX ((size_t)(__LONG_MAX__) * 2 + 1)
tools/virtio/ringtest/ptr_ring.c
19
#define SIZE_MAX (~(size_t)0)