1IPC_RCU_ALLOC(9) Kernel IPC facilities IPC_RCU_ALLOC(9)
23
4
NAME
6ipc_rcu_alloc - allocate ipc and rcu space
7
SYNOPSIS
9void * ipc_rcu_alloc(int size);
10
ARGUMENTS
12size
13size desired
14
DESCRIPTION
16Allocate memory for the rcu header structure + the object. Returns the
17pointer to the object or NULL upon failure.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 IPC_RCU_ALLOC(9)