#include <support/IMemory.h>
Inheritance diagram for IMemoryHeap:
This object represents the full shared memory heap that an IMemory exists in. You will not normally need it, instead using the IMemory::Pointer() and IMemory::Size() methods to retrieve the actual location of an IMemory.
Public Member Functions | |
virtual void * | HeapBase () const =0 |
virtual int32_t | HeapID () const =0 |
|
Returns the mapped base address (Linux shim) of this heap Implemented in BMemoryHeap. |
|
Returns the area_id (Linux shim) of this heap Implemented in BMemoryHeap. |