esp-idf/components/heap
Guillaume Souchere 7e6f20218b heap: Fix call to substract_poison_overhead() in IRAM function
When release sdkconfig is set, substract_poison_overhead() is not inlined
and called from IRAM in multi_heap_get_allocated_size(). By wlways inlining
substract_poison_overhead(), we assure that this problem will not happen.
2023-02-27 06:57:36 +01:00
..
include heap: use hal specific API to get cpu cycles count 2021-06-21 14:40:07 +05:30
test Merge branch 'feature/tlsf-dynamic-control-size_v4.3' into 'release/v4.3' 2023-02-26 15:51:45 +08:00
test_multi_heap_host heap: Update host tests after incorporation of the new TLSF implementation 2023-02-16 08:48:00 +00:00
CMakeLists.txt heap: fix linker issues and remove spi flash dependencies 2023-02-16 08:48:00 +00:00
component.mk heap_tlsf: added implementation of TLSF allocator 2020-10-13 23:52:03 +00:00
heap_caps_init.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
heap_caps.c heap: fix linker issues and remove spi flash dependencies 2023-02-16 08:48:00 +00:00
heap_private.h heap: add check for usage of flash content from iram 2023-02-16 08:48:00 +00:00
heap_task_info.c heap: Add task tracking option for heap usage monitoring 2018-02-20 10:32:06 +11:00
heap_tlsf_block_functions.h heap: update the calculation of fl index max and use bitfield in control_t 2023-02-16 08:48:00 +00:00
heap_tlsf_config.h heap: update the calculation of fl index max and use bitfield in control_t 2023-02-16 08:48:00 +00:00
heap_tlsf.c heap: update the calculation of fl index max and use bitfield in control_t 2023-02-16 08:48:00 +00:00
heap_tlsf.h heap: update the calculation of fl index max and use bitfield in control_t 2023-02-16 08:48:00 +00:00
heap_trace_standalone.c heap: Separate standalone and common part of tracing module 2019-04-01 15:56:15 +03:00
internals.md heap: add documentation about the function placement in IRAM and its usage in ISR 2023-02-16 08:48:00 +00:00
Kconfig heap: use hal specific API to get cpu cycles count 2021-06-21 14:40:07 +05:30
linker.lf heap: fix linker issues and remove spi flash dependencies 2023-02-16 08:48:00 +00:00
multi_heap_config.h heap: add tlsf config specific to the host test 2020-11-12 11:07:46 +11:00
multi_heap_internal.h heap: fix linker issues and remove spi flash dependencies 2023-02-16 08:48:00 +00:00
multi_heap_platform.h esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
multi_heap_poisoning.c heap: Fix call to substract_poison_overhead() in IRAM function 2023-02-27 06:57:36 +01:00
multi_heap.c heap: fix linker issues and remove spi flash dependencies 2023-02-16 08:48:00 +00:00