table of contents
other versions
- jessie 3.16.56-1+deb8u1
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¶
May 2018 | Kernel Hackers Manual 3.16 |