zephyr/subsys/llext
Alex Ivanov 5a9394a1e0 llext: add dynamic heap allocation support
Some applications require loading extensions into the memory which does
not exist during the boot time and cannot be allocated statically. Make
the application responsible for LLEXT heap allocation. Do not allocate
LLEXT heap statically.

Signed-off-by: Alex Ivanov <alexivanov@google.com>
2025-06-04 15:50:57 -04:00
..
buf_loader.c
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
fs_loader.c
Kconfig llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
llext_export.c llext: fix link order for weak syscall symbols 2024-12-10 20:38:48 +01:00
llext_handlers.c
llext_link.c llext: Do not print symbol resolution messages 2025-06-03 21:37:26 -07:00
llext_load.c llext: optimize allocations for read-only sections 2025-03-21 14:41:30 -04:00
llext_mem.c llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
llext_priv.h llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
llext.c llext: fix fixed-length name buffer usage 2025-03-19 01:23:59 +01:00
shell.c llext: fix fixed-length name buffer usage 2025-03-19 01:23:59 +01:00