supereight
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Variables
Typedefs
b
c
f
i
k
m
o
q
s
t
v
w
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
d
f
i
m
n
o
p
r
s
v
Enumerations
Enumerator
b
c
d
e
f
i
k
l
m
n
o
p
r
t
u
v
Related Symbols
Files
File List
File Members
All
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
14
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