Quantum 3 3.0.11

Public Member Functions | List of all members
Quantum.Allocator.TracedHeapAllocTracker Class Reference

An allocation tracker for the frame Heap. This implementation is used when HeapTrackingMode.TraceAllocations mode is selected. More...

Inheritance diagram for Quantum.Allocator.TracedHeapAllocTracker:
Quantum.Allocator.IHeapAllocationTracker

Public Member Functions

void Reset ()
 Reset the tracker. More...
 

Detailed Description

An allocation tracker for the frame Heap. This implementation is used when HeapTrackingMode.TraceAllocations mode is selected.

Member Function Documentation

◆ Reset()

void Quantum.Allocator.TracedHeapAllocTracker.Reset ( )
inline

Reset the tracker.

Implements Quantum.Allocator.IHeapAllocationTracker.