esp-idf/components/heap
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
..
include
port
test fix(heap): Fixed integrity check on used blocks by the tlsf component 2023-11-08 04:18:21 +00:00
test_multi_heap_host
CMakeLists.txt
Kconfig
component.mk
heap_caps.c heap: Fix priority in shex() bit shift 2023-02-13 09:10:06 +01:00
heap_caps_init.c
heap_private.h
heap_task_info.c
heap_tlsf.c fix(heap): Fixed integrity check on used blocks by the tlsf component 2023-11-08 04:18:21 +00:00
heap_tlsf.h
heap_tlsf_block_functions.h
heap_tlsf_config.h
heap_trace_standalone.c
internals.md
linker.lf
multi_heap.c
multi_heap_config.h
multi_heap_internal.h
multi_heap_platform.h
multi_heap_poisoning.c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 07:32:49 +01:00