1. NAME

ipc_rcu_alloc - allocate ipc and rcu space

2. SYNOPSIS

void * ipc_rcu_alloc(int  size );

3. ARGUMENTS

size
    size desired

4. DESCRIPTION

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

5. COPYRIGHT