esp-idf/components/heap/test
Guillaume Souchere 3b9450b59d fix(heap): Fixed integrity check on used blocks by the tlsf component
This commit updates the tlsf submodule to include the modification made in the component
aiming to perform integrity check on all blocks (not only the free ones).
Added test to test the fix in test_apps/heap_tests.

Fixes https://github.com/espressif/esp-idf/issues/12231
2023-11-08 04:18:21 +00:00
..
CMakeLists.txt tools: update list of references to not include symbold used by __assert_func calls 2022-12-14 12:57:08 +01:00
component.mk
test_aligned_alloc_caps.c
test_allocator_timings.c
test_corruption_check.c fix(heap): Fixed integrity check on used blocks by the tlsf component 2023-11-08 04:18:21 +00:00
test_diram.c
test_heap_trace.c
test_leak.c
test_malloc.c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 07:32:49 +01:00
test_malloc_caps.c Heap: fix typos in test and component 2022-04-28 05:59:31 +00:00
test_realloc.c ci: fix ci 2022-08-09 20:34:25 +08:00
test_runtime_heap_reg.c