| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
Identical to kmem_cache_alloc, except that this function is slow and can sleep. And it will allocate memory on the given node, which can improve the performance for cpu bound structures.
| <<< Previous | Home | Next >>> |
| kmem_cache_alloc | Up | __kmalloc |