zephyr/tests/subsys/llext/src
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
..
align_ext.c llext: add test for section and symbol alignment 2025-03-17 19:58:15 +01:00
detached_fn_ext.c llext: add test for section and symbol alignment 2025-03-17 19:58:15 +01:00
export_dependency_ext.c
export_dependent_ext.c
find_section_ext.c
hello_world_ext.c
init_fini_ext.c
inspect_ext.c
logging_ext.c
movwmovt_ext.c
multi_file_ext1.c
multi_file_ext2.c
object_ext.c
pre_located_ext.c
relative_jump_ext.c
riscv_edge_case_cb_type_trigger.S
riscv_edge_case_cb_type.c
riscv_edge_case_non_paired_hi20_lo12_trigger.S tests: llext: Test RISC-V non-paired relocation 2025-03-07 19:44:54 +01:00
riscv_edge_case_non_paired_hi20_lo12.c tests: llext: Test RISC-V non-paired relocation 2025-03-07 19:44:54 +01:00
syscalls_ext.c llext: basic x86 support 2025-05-21 19:57:20 +02:00
syscalls_ext.h
test_llext.c llext: add dynamic heap allocation support 2025-06-04 15:50:57 -04:00
threads_kernel_objects_ext.c
threads_kernel_objects_ext.h