![]() |
• Memory Manager | ||||||
|
API Links
Developer Links
|
class HeapDefined in:
The C4Memory.hHeap class encapsulates a memory allocation heap.
Definition
Member Functions
Parameters
Constructor
Description
The Heap class organizes a set of memory pools from which blocks of memory are allocated by the Memory Manager. Heaps are generally managed internally by the engine, but it is possible to create new dedicated heaps for custom class types by subclassing from the Memory class.
See Also
|