ipc_alloc (9) - Linux Manuals
ipc_alloc: allocate ipc space
Command to display ipc_alloc
manual in Linux: $ man 9 ipc_alloc
NAME
ipc_alloc - allocate ipc space
SYNOPSIS
-
void * ipc_alloc(int size);
ARGUMENTS
size
-
- size desired
DESCRIPTION
Allocate memory from the appropriate pools and return a pointer to it. NULL is returned if the allocation fails
COPYRIGHT
Pages related to ipc_alloc