1 reference to GetTotalAllocatedBytesApproximate
System.Private.CoreLib (1)
src\System\GC.CoreCLR.cs (1)
421
public static long GetTotalAllocatedBytes(bool precise = false) => precise ? GetTotalAllocatedBytesPrecise() :
GetTotalAllocatedBytesApproximate
();