IPC_RCU_ALLOC

Section: Kernel IPC facilities (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

ipc_rcu_alloc - 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. NULL is returned if the allocation fails.  

COPYRIGHT