Searched refs:g_monitor (Results 1 – 1 of 1) sorted by relevance
13 MemoryPressureMonitor* g_monitor = nullptr; variable44 DCHECK(!g_monitor); in MemoryPressureMonitor()45 g_monitor = this; in MemoryPressureMonitor()49 DCHECK(g_monitor); in ~MemoryPressureMonitor()50 g_monitor = nullptr; in ~MemoryPressureMonitor()55 return g_monitor; in Get()