1KMEM_CACHE_FREE(9)        Memory Management in Linux        KMEM_CACHE_FREE(9)
2
3
4

NAME

6       kmem_cache_free - Deallocate an object
7

SYNOPSIS

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

ARGUMENTS

12       cachep
13           The cache the allocation was from.
14
15       objp
16           The previously allocated object.
17

DESCRIPTION

19       Free an object which was previously allocated from this cache.
20
22Kernel Hackers Manual 3.10         June 2019                KMEM_CACHE_FREE(9)
Impressum