IHeapAllocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |