Searched refs:llext_instr_heap (Results 1 – 2 of 2) sorted by relevance
54 extern struct k_heap llext_instr_heap;58 #define llext_instr_heap llext_heap macro108 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()
32 struct k_heap llext_instr_heap; variable40 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