KMEM_CACHE_ALLOC
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
kmem_cache_alloc - Allocate an object
SYNOPSIS
"SYNOPSIS"
void * kmem_cache_alloc (kmem_cache_t * cachep, unsigned int __nocast 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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:22 GMT, October 09, 2005