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