Quantum 3
3.0.9
Classes | |
| class | FrameHeap |
| Managed frame heap type that wraps a unmanaged Heap instance. More... | |
| struct | Heap |
| The Quantum heap is a custom memory allocator that contains rollback-able memory allocations by Quantum user or internal systems. It implements the ITrackableFrameHeap interface for memory leak tracking. More... | |
| class | HeapAllocationTrackerExt |
| Extension methods for the IHeapAllocationTracker. More... | |
| interface | IFrameHeap |
| Custom heap interface for allocating memory on the frame. More... | |
| interface | IHeapAllocationTracker |
| Interface of the heap allocation tracker. More... | |
| interface | ITrackableFrameHeap |
| Adds memory allocation tracking to the IFrameHeap. More... | |
| class | SimpleHeapAllocTracker |
| An allocation tracker for the frame Heap. This implemention is used when HeapTrackingMode.DetectLeaks mode is selected. More... | |
| class | TracedHeapAllocTracker |
| An allocation tracker for the frame Heap. This implementation is used when HeapTrackingMode.TraceAllocations mode is selected. More... | |
Enumerations | |
| enum | HeapTrackingMode : byte |
| To which extent Frame Heap allocations should be tracked. More... | |
|
strong |
To which extent Frame Heap allocations should be tracked.