Searched refs:k_heap_aligned_alloc (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/llext/ | 
| D | llext_priv.h | 36 	return k_heap_aligned_alloc(&llext_heap, align, bytes, K_NO_WAIT);  in llext_aligned_alloc()
 | 
| /Zephyr-latest/tests/subsys/ipc/ipc_sessions/src/ | 
| D | data_queue.c | 25 	struct data_queue_format *buffer = k_heap_aligned_alloc(  in data_queue_put()
 | 
| /Zephyr-latest/kernel/ | 
| D | kheap.c | 66 void *k_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t bytes,  in k_heap_aligned_alloc()  function113 	void *ret = k_heap_aligned_alloc(heap, 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-latest/drivers/video/ | 
| D | video_common.c | 22 	k_heap_aligned_alloc(&video_buffer_pool, align, size, timeout);
 | 
| /Zephyr-latest/modules/nrf_wifi/os/ | 
| D | shim.c | 46 	return k_heap_aligned_alloc(&wifi_drv_ctrl_mem_pool, WORD_SIZE, size_aligned, K_FOREVER);  in zep_shim_mem_alloc()53 	return k_heap_aligned_alloc(&wifi_drv_data_mem_pool, WORD_SIZE, size_aligned, K_FOREVER);  in zep_shim_data_mem_alloc()
 
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | SYSVIEW_Zephyr.txt | 87 79  k_heap_aligned_alloc       heap=%I
 | 
| /Zephyr-latest/drivers/display/ | 
| D | display_mcux_elcdif.c | 257 			k_heap_aligned_alloc(&display_heap, 64, dev_data->fb_bytes, K_FOREVER);  in mcux_elcdif_set_pixel_format()
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_common.c | 32 	b = k_heap_aligned_alloc(pool, UDC_BUF_ALIGN, *size, timeout);  in udc_pool_data_alloc()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | kernel.h | 5611 void *k_heap_aligned_alloc(struct k_heap *h, size_t align, size_t bytes,
 | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-3.2.rst | 1830 * :github:`50611` - k_heap_aligned_alloc does not handle a timeout of K_FOREVER correctly
 |