KFREE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

kfree - free previously allocated memory  

SYNOPSIS

"SYNOPSIS"

void kfree (const void * objp);  

ARGUMENTS

objp
pointer returned by kmalloc.
 

DESCRIPTION

Don't free memory not originally allocated by kmalloc or you will run into trouble.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:13 GMT, October 06, 2005