1 implementation of GetLoaderAllocatorHeaps
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Loader_1.cs (1)
700
IReadOnlyDictionary<LoaderAllocatorHeapType, TargetPointer> ILoader.
GetLoaderAllocatorHeaps
(TargetPointer loaderAllocatorPointer)
2 references to GetLoaderAllocatorHeaps
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
4941
IReadOnlyDictionary<Contracts.LoaderAllocatorHeapType, TargetPointer> heaps = loader.
GetLoaderAllocatorHeaps
(globalLoaderAllocator);
6585
IReadOnlyDictionary<LoaderAllocatorHeapType, TargetPointer> heaps = contract.
GetLoaderAllocatorHeaps
(loaderAllocator.ToTargetPointer(_target));