Home
last modified time | relevance | path

Searched refs:k_heap_realloc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/kernel/
Dmempool.c140 ret = k_heap_realloc(heap, ptr, size, K_NO_WAIT); in k_realloc()
Dkheap.c139 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout) in k_heap_realloc() function
/Zephyr-latest/include/zephyr/
Dkernel.h5686 void *k_heap_realloc(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout)