esp-idf/components/heap
Mahavir Jain fd6c710b27
fix: cleanup memprot files for C6/H2/P4
There is no separate permission control peripheral in C6/H2/P4.
Memory protection is achieved using built-in PMA/PMP and hence
removing permission control specific files.
2024-03-11 17:10:40 +05:30
..
include fix(heap): fixed missing include in esp_heap_task_info.h 2024-02-09 15:52:08 +08:00
port fix: cleanup memprot files for C6/H2/P4 2024-03-11 17:10:40 +05:30
test_apps
test_multi_heap_host refactor(tools): Tidy up core component files copyright ignore 2024-01-22 18:07:35 +08:00
tlsf@d2e28f8724
CMakeLists.txt
Kconfig fix(heap): Hide check patch config if no tlsf rom used 2024-02-20 06:47:42 +01:00
heap_caps.c
heap_caps_init.c refactor(heap): decouple heap_init from esp_system 2024-03-05 07:30:38 +01:00
heap_caps_linux.c fix(linux_target): added missing include file when CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS 2024-02-09 16:58:06 +08:00
heap_private.h
heap_task_info.c
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