esp-idf/components/heap/include
Guillaume Souchere 2cf9236f6c heap trace standalone: Fix initialization of the unused linked list, update tests
- Call TAILQ_INSERT_TAIL in linked_list_setup to add unused records from the tail of the list
- Fix test "heap trace leak check" to expect that after a free, the record is zeroed instead of checking that
  the whole list of records is moved by one index in the array.
- Use esp_rom_printf() under lock instead of printf() since it does not rely on interrupts.
2023-02-14 09:48:14 +01:00
..
soc
esp_heap_caps.h heap: Added note to increase INT_WDT timeout for integrity-check APIs 2022-10-30 10:36:01 +05:30
esp_heap_caps_init.h
esp_heap_task_info.h
esp_heap_trace.h heap trace standalone: Fix initialization of the unused linked list, update tests 2023-02-14 09:48:14 +01:00
heap_memory_layout.h
heap_trace.inc C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-11-21 16:18:08 +08:00
multi_heap.h