Rechercher une page de manuel
relay_alloc_buf
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
relay_alloc_buf - allocate a channel bufferSYNOPSIS
- void * relay_alloc_buf(struct rchan_buf * buf, size_t * size);
ARGUMENTS
buf
- the buffer struct
size
- total size of the buffer
DESCRIPTION
Returns a pointer to the resulting buffer, NULL if unsuccessful. The passed in size will get page aligned, if it isn't already.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre