Scroll to navigation

KMEM_CACHE_FREE(9) Memory Management in Linux KMEM_CACHE_FREE(9)

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.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11