oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Public Attributes | List of all members
ove::MemStats Struct Reference

System heap statistics snapshot. More...

#include <thread.hpp>

Public Attributes

size_t total {}
 
size_t free {}
 
size_t used {}
 
size_t peak_used {}
 

Detailed Description

System heap statistics snapshot.

Member Data Documentation

◆ total

size_t ove::MemStats::total {}

Total heap size in bytes.

◆ free

size_t ove::MemStats::free {}

Current free heap in bytes.

◆ used

size_t ove::MemStats::used {}

Current used heap in bytes.

◆ peak_used

size_t ove::MemStats::peak_used {}

High-water-mark usage in bytes.


The documentation for this struct was generated from the following file: