Edit

Share via


IHeapAllocation Interface

Definition

public interface IHeapAllocation
type IHeapAllocation = interface
Public Interface IHeapAllocation

Properties

AllocationAddress

Gets the virtual address of the start of the allocated memory.

HeapHandle

Gets a ulong representing the handle of the heap this allocation was from.

Size
SnapshotReferenceCount
SnapshotUniqueStackId

Gets a value which uniquely identifies the stack of this allocation within the same snapshot.

Stack
StackInstructionPointers
TraceUniqueStackId

Gets a value which uniquely identifies the stack of this allocation within the same trace.

Applies to