1 reference to TARGET_TOTAL_MEMORY_TRIM_INTERVAL_TICKS
System.Runtime.Caching (1)
System\Caching\PhysicalMemoryMonitor.cs (1)
133
percent = Math.Min(50, (int)((lastTrimPercent *
TARGET_TOTAL_MEMORY_TRIM_INTERVAL_TICKS
) / ticksSinceTrim));