Name

ipc_alloc — allocate ipc space

Synopsis

void* ipc_alloc (int size);

Arguments

size

size desired

Description

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