.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "IPC_FREE" "" "06 October 2005" "" ""
.SH NAME
ipc_free \- free ipc space
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ipc_free (void* \fIptr\fB, int \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIptr\fB\fR
pointer returned by ipc_alloc
.TP
\fB\fIsize\fB\fR
size of block
.SH "DESCRIPTION"
.PP
Free a block created with ipc_alloc. The caller must know the size
used in the allocation call.