centos man page for kmem_cache_alloc

Query: kmem_cache_alloc

OS: centos

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 3.10 June 2014 KMEM_CACHE_ALLOC(9)
Related Man Pages
kmem_cache_create(9) - suse
kmalloc_array(9) - centos
ldap_memcache(3ldap) - opensolaris
ldap_memcache_get(3ldap) - opensolaris
slabinfo(5) - redhat
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?