Allocate ipc space
void * ipc_alloc(int size);
size
size desired
Allocate memory from the appropriate pools and return a pointer to it. NULL is returned if the allocation fails