OVMS3-idf/components/heap/include
Stephen Casner a376475c2b Add esp_heap_debug_dump_totals() to monitor heap usage
esp_heap_debug_dump_totals() dumps into a user-provided data structure
a summary of the amound of heap memory in region type that is used by
each task.  Optionally it will also dump into another data structure
the metadata about each allocated block for a given list of tasks or
for all tasks (limited by available space).
2018-01-10 09:06:50 -08:00
..
esp_heap_alloc_caps.h fix typo for heap cap free size 2017-12-14 10:39:26 +05:30
esp_heap_caps.h freertos/add C++ include guards for esp_heap_caps.h 2017-11-10 12:01:30 +08:00
esp_heap_caps_init.h heap: Add C++ header guards to heap headers 2017-11-22 10:08:50 +11:00
esp_heap_debug.h Add esp_heap_debug_dump_totals() to monitor heap usage 2018-01-10 09:06:50 -08:00
esp_heap_trace.h heap: Add C++ header guards to heap headers 2017-11-22 10:08:50 +11:00
multi_heap.h heap: Fix spurious heap_caps_check_integrity() errors in Comprehensive mode 2017-10-18 15:57:52 +08:00