esp-idf/components/esp_rom/esp32c6
Guillaume Souchere 5cc69ce12b feat(heap): Add walker to the heap component
Introduce new APIs in essp_heap_caps.h:
- heap_caps_walk()
- heap_caps_walk_all()

Those functions are triggering a callback for all blocks
(allocated or free) of memory present in heaps meeting
the set of capabilities passed as parameter (or all heaps
for heap_caps_walk_all() function)

test_walker.c added to test the new functionality in
test_apps/heap_test/
2024-03-20 08:33:48 +01:00
..
ld fix(rom): fixed systimer always using ROM implementation 2024-03-06 09:47:12 +08:00
esp_rom_caps.h feat(heap): Add walker to the heap component 2024-03-20 08:33:48 +01:00
Kconfig.soc_caps.in feat(heap): Add walker to the heap component 2024-03-20 08:33:48 +01:00