blob: d64c4262b09e9f01ed6fd80c70499b561dde5173 [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.
#pragma once
#include <fuchsia/kernel/cpp/fidl.h>
#include <lib/zx/status.h>
namespace hwstress {
// Get current system memory statistics.
zx::status<fuchsia::kernel::MemoryStats> GetMemoryStats();
} // namespace hwstress