Searched refs:IsLowMemoryMode (Results 1 – 3 of 3) sorted by relevance
100 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? 16 : 100; in AddPair()
271 bool IsLowMemoryMode() const { in IsLowMemoryMode() function
2035 if ((utilization > 0.75f && !IsLowMemoryMode()) || ((ms_time - last_trim_time_ms_) < 2 * 1000)) { in RequestHeapTrim()