Poster of Linux kernel
The best gift for a Linux geek
Linux kernel map in printable PDF
for $4 or €3
UMAD_ALLOC
UMAD_ALLOC
Section: OpenIB Programmer's Manual (3)
Updated: May 21, 2007
Local index
Up
NAME
umad_alloc - allocate memory for umad buffers
SYNOPSIS
#include <
infiniband/umad.h
>
void * umad_alloc(int
num
, size_t
size);
DESCRIPTION
umad_alloc()
allocates memory for an array of
num
umad buffers of
size
bytes. Note that
size
should include the
umad_size()
plus the length (MAD_BLOCK_SIZE for normal MADs or the length returned from
umad_recv()
for RMPP MADs).
RETURN VALUE
umad_alloc()
returns NULL if out of memory.
SEE ALSO
umad_free
(3)
AUTHOR
Hal Rosenstock <
halr@voltaire.com
>
Index
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
This document was created by
man2html
, using the manual pages.
Time: 21:57:55 GMT, April 16, 2011