Name

ipc_free — free ipc space

Synopsis

void ipc_free (void * ptr);
 

Arguments

void * ptr

pointer returned by ipc_alloc

Description

Free a block created with ipc_alloc.