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 - Module heap

Get a module's heap

Contents

Synopsis

 
 
 
 
#include <«pkg»/«Mod».h>
#include <xdc/runtime/IHeap.h>
 
IHeap_Handle «Mod»_Module_heap(void) /* The heap associated with «Mod» */

Description

Every module «Mod» provide a parameterless macro named «Mod»_Module_heap() that returns the module's statically configured 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.

Since

This method was introduced in XDCtools release 3.15.

See also

xdc.runtime.IHeap Client documentation for xdc.runtime.IHeap
xdc.runtime.Memory Client documentation for xdc.runtime.Memory
C - Object_heap Get a module's instance 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