Home
last modified time | relevance | path

Searched refs:sys_multi_heap_free (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/heap/
Dmulti_heap.c84 void sys_multi_heap_free(struct sys_multi_heap *mheap, void *block) in sys_multi_heap_free() function
103 sys_multi_heap_free(mheap, ptr); in sys_multi_heap_aligned_realloc()
124 sys_multi_heap_free(mheap, ptr); in sys_multi_heap_aligned_realloc()
Dshared_multi_heap.c82 sys_multi_heap_free(&shared_multi_heap, block); in shared_multi_heap_free()
/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h169 void sys_multi_heap_free(struct sys_multi_heap *mheap, void *block);
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c60 sys_multi_heap_free(&mah_data.multi_heap, block); in mem_attr_heap_free()
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c355 sys_multi_heap_free(&multi_heap, blocks[i]); in ZTEST()
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst138 :c:func:`sys_multi_heap_free`. The application does not need to pass