DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DmiNodeAlloc_t(3dmi)


DmiNodeAlloc_t -- placeholder for the memory allocation function

Synopsis

#include <dmi2mem.h>

typedef void * DMI_API DmiNodeAlloc_t ( size_t size, void * mgmtData, DmiErrorStatus_t * status);

Description

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.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004