Name

kmem_cache_free — Deallocate an object

Synopsis

void kmem_cache_free (struct kmem_cache * cachep,
 void * objp);
 

Arguments

struct kmem_cache * cachep

The cache the allocation was from.

void * objp

The previously allocated object.

Description

Free an object which was previously allocated from this cache.