kmem_cache_free
Name
kmem_cache_free -- Deallocate an object
Synopsis
void kmem_cache_free
(kmem_cache_t * cachep, void * objp);
Arguments
cachep
The cache the allocation was from.
objp
The previously allocated object.
Description
Free an object which was previously allocated from this
cache.