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_hw_support: move soc_memory_types.h helper functions into esp_hw_support 2022-04-08 11:46:10 +08:00
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 heap: Fix regression in `heap_caps_add_region` API related to address range checks 2022-03-25 09:36:48 +05:30
esp_heap_task_info.h driver: fix public header exceptions for driver 2022-07-22 00:12:36 +00:00
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 G0: Memory layouts are now part of heap components 2021-07-15 11:38:23 +10:00
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 heap: Provide definition of the tlsf_check_hook() declared in the tlsf submodule 2022-08-26 08:20:50 +02:00