Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_CapacityFor
headers/private/kernel/util/KMessage.h
225
int32 _CapacityFor(int32 size);
src/system/kernel/messaging/KMessage.cpp
977
int32 newCapacity = _CapacityFor(newSize);
src/system/kernel/messaging/KMessage.cpp
998
int32 newCapacity = _CapacityFor(newSize);