blob: 7d5c125e47e6ac6c9e2a25550d5672bfc58966be [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_SYSMEM_TOOLS_MEMORY_PRESSURE_H_
#define SRC_SYSMEM_TOOLS_MEMORY_PRESSURE_H_
#include "src/lib/fxl/command_line.h"
void Log(const char* format, ...);
void LogError(const char* format, ...);
void FlushLog(bool error);
int MemoryPressureCommand(const fxl::CommandLine& command_line, bool sleep);
#endif // SRC_SYSMEM_TOOLS_MEMORY_PRESSURE_H_