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