table of contents
other versions
- stretch 4.9.168-1
IPC_ALLOC(9) | Kernel IPC facilities | IPC_ALLOC(9) |
NAME¶
ipc_alloc - allocate ipc spaceSYNOPSIS¶
void * ipc_alloc(int size);
ARGUMENTS¶
sizesize desired
DESCRIPTION¶
Allocate memory from the appropriate pools and return a pointer to it. NULL is returned if the allocation failsCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |