.\" 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 "KFREE" "" "06 October 2005" "" "" .SH NAME kfree \- free previously allocated memory .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void kfree (const void * \fIobjp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIobjp\fB\fR pointer returned by kmalloc. .SH "DESCRIPTION" .PP Don't free memory not originally allocated by \fBkmalloc\fR or you will run into trouble.