Searched refs:k_heap_init (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/src/ |
D | data_queue.c | 19 k_heap_init(&q->h, mem, bytes); in data_queue_init()
|
/Zephyr-latest/kernel/ |
D | kheap.c | 15 void k_heap_init(struct k_heap *heap, void *mem, size_t bytes) in k_heap_init() function 51 k_heap_init(heap, heap->heap.init_mem, heap->heap.init_bytes); in statics_init()
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 115 k_heap_init(heap, buf, size); in allocateHeap()
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 83 76 k_heap_init heap=%I, mem=%p, bytes=%u
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 21 application-controlled memory using :c:func:`k_heap_init`.
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5588 void k_heap_init(struct k_heap *h, void *mem,
|