Query: kmem_cache_alloc
OS: linux
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) NAME
kmem_cache_alloc - Allocate an object SYNOPSIS
void * kmem_cache_alloc(struct kmem_cache * cachep, gfp_t flags); ARGUMENTS
cachep The cache to allocate from. flags See kmalloc. DESCRIPTION
Allocate an object from this cache. The flags are only relevant if the cache has no available objects. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KMEM_CACHE_ALLOC(9)
Related Man Pages |
---|
kmem_cache_create(9) - suse |
ldap_memcache(3ldap) - opensolaris |
ldap_memcache_get(3ldap) - opensolaris |
kmem_cache_destroy(9f) - sunos |
tapset::memory(3stap) - centos |
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? |