Interface INativeAllocationTracker
Allows tracking native memory allocations.
public interface INativeAllocationTracker
Methods
Track(int, long)
Record an allocation event
void Track(int count, long bytes)
Allows tracking native memory allocations.
public interface INativeAllocationTracker
Record an allocation event
void Track(int count, long bytes)