Name

ipc_rcu_alloc — allocate ipc and rcu space

Synopsis

void * ipc_rcu_alloc (int size);
 

Arguments

int size

size desired

Description

Allocate memory for the rcu header structure + the object. Returns the pointer to the object or NULL upon failure.