ipc_free

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

ipc_free - free ipc space

SYNOPSIS

void ipc_free(void * ptr, int size);

ARGUMENTS

ptr

pointer returned by ipc_alloc

size

size of block

DESCRIPTION

Free a block created with ipc_alloc. The caller must know the size used in the allocation call.