// -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*- // Copyright 2019 The Mesh Authors. All rights reserved. // Use of this source code is governed by the Apache License, // Version 2.0, that can be found in the LICENSE file. #pragma once #ifndef MESH_MEASURE_RSS_H #define MESH_MEASURE_RSS_H #ifdef __cplusplus extern "C" { #endif int get_rss_kb(void); #ifdef __cplusplus } #endif #endif // MESH_MEASURE_RSS_H