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

Information about a heap region, passed to heap walk callbacks. More...

Public Attributes

intptr_t start
 Start address of the heap region.
 
intptr_t end
 End address of the heap region.
 

Detailed Description

Information about a heap region, passed to heap walk callbacks.

Definition at line 414 of file memory.hpp.

Member Data Documentation

◆ end

intptr_t idfxx::heap_region::end

End address of the heap region.

Definition at line 416 of file memory.hpp.

◆ start

intptr_t idfxx::heap_region::start

Start address of the heap region.

Definition at line 415 of file memory.hpp.


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