|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <asm/page.h>#include <asm/cache.h>#include <linux/compiler.h>#include <linux/kmalloc_sizes.h>Go to the source code of this file.
Data Structures | |
| struct | kmem_cache |
| struct | cache_sizes |
Macros | |
| #define | CACHE(x) |
Functions | |
| void * | kmem_cache_alloc (struct kmem_cache *, gfp_t) |
| void * | __kmalloc (size_t size, gfp_t flags) |
Variables | |
| struct cache_sizes | malloc_sizes [] |
| void* kmem_cache_alloc | ( | struct kmem_cache * | s, |
| gfp_t | gfpflags | ||
| ) |
| struct cache_sizes malloc_sizes[] |
1.8.2