1IPC_ALLOC(9)                 Kernel IPC facilities                IPC_ALLOC(9)
2
3
4

NAME

6       ipc_alloc - allocate ipc space
7

SYNOPSIS

9       void * ipc_alloc(int size);
10

ARGUMENTS

12       size
13           size desired
14

DESCRIPTION

16       Allocate memory from the appropriate pools and return a pointer to it.
17       NULL is returned if the allocation fails
18
20Kernel Hackers Manual 3.10         June 2019                      IPC_ALLOC(9)
Impressum