The Linux Kernel API
<<< Previous
Next >>>
Memory Management in Linux
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
<<< Previous
Home
Next >>>
hweight32
kmem_cache_create