table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KMEM_CACHE_FREE(9) | Memory Management in Linux | KMEM_CACHE_FREE(9) |
NAME¶
kmem_cache_free - Deallocate an objectSYNOPSIS¶
void
kmem_cache_free(struct kmem_cache * cachep,
void * objp);
ARGUMENTS¶
cachepThe cache the allocation was from.
objp
The previously allocated object.
DESCRIPTION¶
Free an object which was previously allocated from this cache.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |