ipc_rcu_alloc — allocate ipc and rcu space
void* ipc_rcu_alloc (int size);
void* ipc_rcu_alloc (
)
size
size desired
Allocate memory for the rcu header structure + the object. Returns the pointer to the object. NULL is returned if the allocation fails.