ipc_rcu_alloc(9) allocate ipc and rcu space

SYNOPSIS

void * ipc_rcu_alloc(int size);

ARGUMENTS

size

size desired

DESCRIPTION

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

COPYRIGHT