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

Information about a single heap block, passed to walk callbacks. More...

Public Attributes

voidptr
 Pointer to the block data.
 
size_t size
 Size of the block in bytes.
 
bool used
 True if allocated, false if free.
 

Detailed Description

Information about a single heap block, passed to walk callbacks.

Definition at line 177 of file memory.hpp.


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