esp-idf/components/heap
Guillaume Souchere cdf5414302 fix(heap): Wrong size propagated in alloc fail callback
Propagate `n * size` as the size of the failed allocation
instead of just `size` when heap_caps_calloc() fails since
`n * size` is the actual number of bytes that the heap
component tried to allocate.
2024-04-08 08:45:18 +02:00
..
include C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-12-19 15:06:15 +01:00
port esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around 2023-07-13 18:30:26 +08:00
test fix(heap): Patch tlsf_check_pool in ROM heap 2023-11-02 09:04:24 +01:00
test_multi_heap_host heap: Update host tests after incorporation of the new TLSF implementation 2022-12-14 12:37:23 +01:00
tlsf@d2e28f8724 fix(heap): Fixed integrity check on used blocks by the tlsf component 2023-11-02 08:21:06 +01:00
CMakeLists.txt heap: Update the component to incorporate the new TLSF implementation 2022-12-14 12:37:23 +01:00
heap_caps_init.c heap: Fix memory boundary condition checks when adding new region 2022-10-12 08:17:50 +02:00
heap_caps.c fix(heap): Wrong size propagated in alloc fail callback 2024-04-08 08:45:18 +02:00
heap_private.h heap: add check for usage of flash content from iram 2022-12-14 12:37:16 +01:00
heap_task_info.c heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
heap_trace_standalone.c heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
internals.md heap: add documentation about the function placement in IRAM and its usage in ISR 2022-11-24 12:40:00 +01:00
Kconfig fix(heap): Patch tlsf_check_pool in ROM heap 2023-11-02 09:04:24 +01:00
linker.lf heap: fix linker issues and remove spi flash dependencies 2022-12-14 12:37:23 +01:00
multi_heap_config.h heap: Remove TLSF related files and replace them with the tlsf submodule 2022-08-15 11:11:52 +02:00
multi_heap_internal.h heap: fix linker issues and remove spi flash dependencies 2022-12-14 12:37:23 +01:00
multi_heap_platform.h esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
multi_heap_poisoning.c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-22 11:42:02 +01:00
multi_heap.c heap: Remove size check in multi_heap.c when registering a new heap 2022-12-14 12:37:23 +01:00