heap_caps_check_integrity_addr() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

True if the heap containing the specified address is valid, False if at least one heap is corrupt or the address doesn't belong to a heap region.

Notes

The entire heap region around the address is checked, not only the adjacent heap blocks.

References

from examples