esp-idf/components/heap/test
Guillaume Souchere d8a8149abd 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-11-02 09:04:24 +01:00
..
CMakeLists.txt tools: update list of references to not include symbold used by __assert_func calls 2022-12-14 12:37:23 +01:00
test_aligned_alloc_caps.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_allocator_timings.c heap: add light poisoning configuration to the tests. 2021-02-01 11:58:42 +08:00
test_corruption_check.c fix(heap): Patch tlsf_check_pool in ROM heap 2023-11-02 09:04:24 +01:00
test_diram.c heap: RE-enable ESP32C2 test in test_apps 2023-01-03 09:52:33 +01:00
test_heap_trace.c heap tracing: Fix tracing of newlib internal allocations 2018-03-20 12:03:46 +11:00
test_leak.c heap/test_leak: changed requested memory on leak checks to match the threshold 2019-12-20 13:35:56 -03:00
test_malloc_caps.c heap: RE-enable ESP32C2 test in test_apps 2023-01-03 09:52:33 +01:00
test_malloc.c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 11:42:02 +01:00
test_realloc.c heap: RE-enable ESP32C2 test in test_apps 2023-01-03 09:52:33 +01:00
test_runtime_heap_reg.c heap: Fix memory boundary condition checks when adding new region 2022-10-12 08:17:50 +02:00