Allocate ipc and rcu space
void * ipc_rcu_alloc(int size);
size
size desired
Allocate memory for the rcu header structure + the object. Returns the pointer to the object or NULL upon failure.