The Linux Kernel API
Prev
Next
Chapter 4. Memory Management in Linux
4.1. The Slab Cache
Table of Contents
kmem_cache_create
-- Create a cache.
kmem_cache_shrink
-- Shrink a cache.
kmem_cache_destroy
-- delete a cache
kmem_cache_alloc
-- Allocate an object
kmalloc
-- allocate memory
kmem_cache_free
-- Deallocate an object
kfree
-- free previously allocated memory
Prev
Home
Next
hweight32
kmem_cache_create