KMEM_CACHE_ALLOC

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

kmem_cache_alloc - Allocate an object  

SYNOPSIS

"SYNOPSIS"

void * kmem_cache_alloc (kmem_cache_t * cachep, int 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: 05:30:41 GMT, October 06, 2005