umad_alloc(3) debian man page | unix.com

Man Page: umad_alloc

Operating Environment: debian

Section: 3

UMAD_ALLOC(3)						    OpenIB Programmer's Manual						     UMAD_ALLOC(3)

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> OpenIB May 21, 2007 UMAD_ALLOC(3)
Related Man Pages
umad_release_port(3) - centos
umad_set_grh(3) - centos
umad_get_port(3) - debian
umad_release_ca(3) - debian
umad_set_grh_net(3) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph