DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DmiNodeFree_t(3dmi)


DmiNodeFree_t -- placeholder for the memory deallocation function

Synopsis

#include <dmi2mem.h>

typedef DmiErrorStatus_t DMI_API DmiNodeFree_t ( void * ptr, void * mgmtData);

Description

DmiNodeFree_t is the placeholder for the memory deallocation function. This function releases the memory block allocated by the corresponding DmiNodeAlloc_t(3dmi) function and pointed to by the ptr parameter.

Parameters


ptr
(Input) Memory block to be freed.

mgmtData
(Input) Pointer to memory model's private data.

Return values

This function returns the DmiErrorStatus_t code.

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