Query: kmem_cache_alloc
OS: minix
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KMEM_CACHE_ALLOC(9) Memory Management in Linux KMEM_CACHE_ALLOC(9)NAMEkmem_cache_alloc - Allocate an objectSYNOPSISvoid * kmem_cache_alloc(struct kmem_cache * cachep, gfp_t flags);ARGUMENTScachep The cache to allocate from. flags See kmalloc.DESCRIPTIONAllocate an object from this cache. The flags are only relevant if the cache has no available objects.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KMEM_CACHE_ALLOC(9)
Related Man Pages |
---|
kcalloc(9) - suse |
vm_page_alloc(9) - freebsd |
uwx_find_symbol(3x) - hpux |
kmem_cache_alloc(9f) - sunos |
kmem_cache_create(9f) - sunos |
Similar Topics in the Unix Linux Community |
---|
Locking around kmem_cache_destroy |
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can? |