1 reference to RhGetTotalAllocatedBytesPrecise
System.Private.CoreLib (1)
System\GC.NativeAot.cs (1)
767
return precise ? RuntimeImports.
RhGetTotalAllocatedBytesPrecise
() : RuntimeImports.RhGetTotalAllocatedBytes();