Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap_info.c63 get_alloc_info(h, &allocated_bytes, &free_bytes); in heap_print_info()
Dheap_validate.c98 get_alloc_info(h, &allocated_bytes, &free_bytes); in sys_heap_validate()
Dheap.h265 static inline void get_alloc_info(struct z_heap *h, size_t *alloc_bytes, in get_alloc_info() function