esp-idf/components/heap
wuzhenghui 2302bc4862 fix(heap): fix memory caps defination in memory_layout
fix the issue on esp32c3 where retention memory was exhausted
prematurely and preventing the CPU from powering down because
all of the last level of RAM is retention dma accessible on
esp32c3.
2023-10-12 11:57:49 +08:00
..
include heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
port fix(heap): fix memory caps defination in memory_layout 2023-10-12 11:57:49 +08:00
test_apps heap: remove exclusion of esp32h2 as a target for no/light/comprehensive_poisoning tests 2023-07-04 11:08:59 +08:00
test_multi_heap_host
tlsf@8c9cd0517a
.build-test-rules.yml ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +08:00
CMakeLists.txt
Kconfig heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
heap_caps.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
heap_caps_init.c
heap_caps_linux.c core-system/linux-target: fixed heap_caps_realloc not correctly allocating the requested number of bytes 2023-05-30 13:27:46 +08:00
heap_private.h
heap_task_info.c
heap_trace_standalone.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
internals.md
linker.lf heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-25 01:12:10 +00:00
multi_heap.c
multi_heap_config.h
multi_heap_internal.h
multi_heap_platform.h
multi_heap_poisoning.c