From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

C - Object heap

Get a module's instance heap

Contents

Synopsis

 
 
 
 
#include <«pkg»/«Mod».h>
#include <xdc/runtime/IHeap.h>
 
IHeap_Handle «Mod»_Object_heap(void) /* The heap used to allocate dynamically-created instance objects */

Description

Every module «Mod» provides a parameterless macro named «Mod»_Object_heap() that returns the module's statically configured instance heap handle. This handle, although potentially equal to NULL, may always be passed to the xdc.runtime.Memory functions that require an IHeap instance handle.

See also

xdc.runtime.IHeap Client documentation for xdc.runtime.IHeap
xdc.runtime.Memory Client documentation for xdc.runtime.Memory
C - Module_heap Get a module's heap
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference