1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/memory/memory_pressure_monitor.h"
7 #include "base/logging.h"
12 MemoryPressureMonitor
* g_monitor
= nullptr;
16 MemoryPressureMonitor::MemoryPressureMonitor() {
21 MemoryPressureMonitor::~MemoryPressureMonitor() {
27 MemoryPressureMonitor
* MemoryPressureMonitor::Get() {