2 implementations of GetLoaderAllocatorHeapNames
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\42\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface13.cs (1)
135
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface13.
GetLoaderAllocatorHeapNames
(int count, char** ppNames, int* pNeeded)
SOSDacImpl.cs (1)
6529
int ISOSDacInterface13.
GetLoaderAllocatorHeapNames
(int count, char** ppNames, int* pNeeded)
3 references to GetLoaderAllocatorHeapNames
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\42\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface13.cs (1)
160
__retVal = @this.
GetLoaderAllocatorHeapNames
(count, ppNames, pNeeded);
SOSDacImpl.cs (2)
6559
_legacyImpl13.
GetLoaderAllocatorHeapNames
(0, null, &pNeededLocal);
6564
_legacyImpl13.
GetLoaderAllocatorHeapNames
(pNeededLocal, ppNamesLocal, null);