|
Libosmium
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <memory.hpp>
Public Member Functions | |
| MemoryUsage () | |
| int | current () const |
| Return current memory usage in MBytes. | |
| int | peak () const |
| Return peak memory usage in MBytes. | |
Static Private Member Functions | |
| static int64_t | parse_number (const std::string &line) |
Private Attributes | |
| int64_t | m_current = 0 |
| int64_t | m_peak = 0 |
|
inline |
|
inline |
Return current memory usage in MBytes.
|
inlinestaticprivate |
|
inline |
Return peak memory usage in MBytes.
|
private |
|
private |