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 |
|---|
| ldap_memcache(3ldap) - opensolaris |
| ldap_memcache_get(3ldap) - opensolaris |
| vm_page_alloc(9) - debian |
| kmem_cache_alloc(9f) - sunos |
| kmem_cache_create(9) - linux |
| 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? |