suse man page for kfree

Query: kfree

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KFREE(9)						    Memory Management in Linux							  KFREE(9)

NAME
kfree - free previously allocated memory
SYNOPSIS
void kfree(const void * objp);
ARGUMENTS
objp pointer returned by kmalloc.
DESCRIPTION
If objp is NULL, no operation is performed. Don't free memory not originally allocated by kmalloc or you will run into trouble.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KFREE(9)
Related Man Pages
kmem_cache_create(9) - suse
malloc(3) - redhat
realloc(3) - redhat
idn_free(3) - centos
kmem_cache_create(9) - linux
Similar Topics in the Unix Linux Community
Debian GNU/kFreeBSD 20080218 (Default branch)
Idle Process Exhausting CPU