Rechercher une page de manuel
mempool_free
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
mempool_free - return an element to the pool.SYNOPSIS
- void mempool_free(void * element, mempool_t * pool);
ARGUMENTS
element
- pool element pointer.
pool
- pointer to the memory pool which was allocated via mempool_create.
DESCRIPTION
this function only sleeps if the free_fn function sleeps.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre