idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::memory::info Struct Reference

Heap region statistics. More...

Public Attributes

size_t total_free_bytes
 Total free bytes across matching regions.
 
size_t total_allocated_bytes
 Total allocated bytes across matching regions.
 
size_t largest_free_block
 Size of the largest contiguous free block.
 
size_t minimum_free_bytes
 Minimum free bytes since boot (high-water mark).
 
size_t allocated_blocks
 Number of allocated blocks.
 
size_t free_blocks
 Number of free blocks.
 
size_t total_blocks
 Total number of blocks (allocated + free).
 

Detailed Description

Heap region statistics.

Aggregated information about heap regions matching a set of capability flags. Returned by get_info().

Definition at line 84 of file memory.hpp.


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