|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Information about a single heap block, passed to walk callbacks. More...
Public Attributes | |
| void * | ptr |
| Pointer to the block data. | |
| size_t | size |
| Size of the block in bytes. | |
| bool | used |
| True if allocated, false if free. | |
Information about a single heap block, passed to walk callbacks.
Definition at line 177 of file memory.hpp.