mpiControlMemoryAlloc
Declaration
long mpiControlMemoryAlloc(MPIControl control, MPIControlMemoryType type, long count, void **memory)
Description
mpiControlMemoryAlloc allocates count bytes of firmware memory [of type type on a Control object (control)] and writes the host address (of the allocated firmware memory) to the location pointed to by memory.
|
|||||
|---|---|---|---|---|---|
See Also
mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemory | mpiControlMemoryCount | mpiControlMemoryFree
