Searched refs:k_heap_calloc (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/kernel/ | 
| D | kheap.c | 120 void *k_heap_calloc(struct k_heap *heap, size_t num, size_t size, k_timeout_t timeout)  in k_heap_calloc()  function
 | 
| /Zephyr-latest/tests/kernel/mem_heap/k_heap_api/src/ | 
| D | test_kheap_api.c | 285 	uint32_t *p = (uint32_t *)k_heap_calloc(&k_heap_test, CALLOC_NUM, CALLOC_SIZE, timeout);  in ZTEST()
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | SYSVIEW_Zephyr.txt | 85 77  k_heap_calloc              heap=%I, num=%u, size=%u, Timeout=%TimeOut | Returns %p
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | kernel.h | 5660 void *k_heap_calloc(struct k_heap *h, size_t num, size_t size, k_timeout_t timeout)
 |