esp-idf/components/heap/test_apps/heap_tests/main
Guillaume Souchere 27a78278a6 fix(heap): Patch tlsf_check_pool in ROM heap
The integrity_walker now calls the integrity check hook to control
free AND used blocks of memory in the TLSF pool. This integrity walker
function is called from tlsf_check_pool.

This commit creates a patch of integrity_walker function to update the
outdated implementation in the ROM.
2023-12-08 03:19:04 +00:00
..
CMakeLists.txt ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_aligned_alloc_caps.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_allocator_timings.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_corruption_check.c fix(heap): Patch tlsf_check_pool in ROM heap 2023-12-08 03:19:04 +00:00
test_diram.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_heap_main.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_heap_trace.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_malloc_caps.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
test_malloc.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_realloc.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
test_runtime_heap_reg.c ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00