Home
last modified time | relevance | path

Searched refs:llext_instr_heap (Results 1 – 2 of 2) sorted by relevance

/subsys/llext/
A Dllext_priv.h54 extern struct k_heap llext_instr_heap;
58 #define llext_instr_heap llext_heap macro
108 return k_heap_aligned_alloc(&llext_instr_heap, align, bytes, K_NO_WAIT); in llext_aligned_alloc_instr()
117 k_heap_free(&llext_instr_heap, ptr); in llext_free_instr()
A Dllext_mem.c32 struct k_heap llext_instr_heap; variable
40 Z_HEAP_DEFINE_IN_SECT(llext_instr_heap, (CONFIG_LLEXT_INSTR_HEAP_SIZE * KB(1)),
372 k_heap_init(&llext_instr_heap, instr_mem, instr_bytes); in llext_heap_init_harvard()

Completed in 4 milliseconds