centos man page for kfree

Query: kfree

OS: centos

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 3.10 June 2014 KFREE(9)
Related Man Pages
kcalloc(9) - suse
kmem_cache_create(9) - suse
free(3) - redhat
reallocf(3) - linux
tapset::memory(3stap) - centos
Similar Topics in the Unix Linux Community
Debian GNU/kFreeBSD 20080218 (Default branch)
Idle Process Exhausting CPU