supereight2
Loading...
Searching...
No Matches
include
se
common
system_utils.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020-2022 Smart Robotics Lab, Imperial College London, Technical University of Munich
3
* SPDX-FileCopyrightText: 2020-2022 Nils Funk
4
* SPDX-FileCopyrightText: 2020-2022 Sotiris Papatheodorou
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
#ifndef SE_SYSTEM_UTILS_HPP
9
#define SE_SYSTEM_UTILS_HPP
10
11
#include <cstdlib>
12
13
namespace
se
{
14
namespace
system {
15
26
size_t
memory_usage_self
();
27
28
}
// namespace system
29
}
// namespace se
30
31
#endif
// SE_SYSTEM_UTILS_HPP
se::system::memory_usage_self
size_t memory_usage_self()
Return the memory usage in bytes of the calling process.
se
Helper wrapper to allocate and de-allocate octants in the octree.
Definition
bounded_vector.hpp:14
Generated by
1.9.8