1IPC_FREE(9) Kernel IPC facilities IPC_FREE(9)
23
4
NAME
6ipc_free - free ipc space
7
SYNOPSIS
9void ipc_free(void * ptr, int size);
10
ARGUMENTS
12ptr
13pointer returned by ipc_alloc
1415
size
16size of block
17
DESCRIPTION
19Free a block created with ipc_alloc. The caller must know the size used
20in the allocation call.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 IPC_FREE(9)