1. NAME

ipc_alloc - allocate ipc space

2. SYNOPSIS

void * ipc_alloc(int  size );

3. ARGUMENTS

size
    size desired

4. DESCRIPTION

Allocate memory from the appropriate pools and return a pointer to it. NULL is returned if the allocation fails

5. COPYRIGHT