table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KFREE(9) | Memory Management in Linux | KFREE(9) |
NAME¶
kfree - free previously allocated memorySYNOPSIS¶
void
kfree(const void * objp);
ARGUMENTS¶
objppointer 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¶
February 2017 | Kernel Hackers Manual 3.16 |