.\" 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 "KMEM_CACHE_FREE" "" "06 October 2005" "" ""
.SH NAME
kmem_cache_free \- Deallocate an object
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void kmem_cache_free (kmem_cache_t * \fIcachep\fB, void * \fIobjp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcachep\fB\fR
The cache the allocation was from.
.TP
\fB\fIobjp\fB\fR
The previously allocated object.
.SH "DESCRIPTION"
.PP
Free an object which was previously allocated from this
cache.