DmiNodeAlloc_t is the placeholder for the memory allocation function.
This function allocates a size-byte
memory block and returns the pointer to this block.
Parameters
size
(Input)
Memory block size in octets.
mgmtData
(Input)
Pointer to the memory model private data.
status
(Output)
Pointer to an address in memory where the DmiErrorStatus_t code
is returned.
Return values
This function returns the pointer to the allocated block,
or NULL in case of failure.
Notices
Portions of this page are derived from material for which the
copyright owner is Intel Corporation, Inc. The material is
reprinted with permission. See copyright page for a full
statement of rights and permissions.