Rechercher une page de manuel
kmem_cache_alloc
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
kmem_cache_alloc - Allocate an objectSYNOPSIS
- 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre