Searched refs:k_heap_aligned_alloc (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/kernel/ |
D | kheap.c | 64 void *k_heap_aligned_alloc(struct k_heap *h, size_t align, size_t bytes, in k_heap_aligned_alloc() function 111 void *ret = k_heap_aligned_alloc(h, sizeof(void *), bytes, timeout); in k_heap_alloc()
|
D | mempool.c | 29 mem = k_heap_aligned_alloc(heap, __align, size, K_NO_WAIT); in z_heap_aligned_alloc()
|
/Zephyr-Core-2.7.6/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 88 79 k_heap_aligned_alloc heap=%I
|
/Zephyr-Core-2.7.6/include/ |
D | kernel.h | 4991 void *k_heap_aligned_alloc(struct k_heap *h, size_t align, size_t bytes,
|