Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap.h265 static inline void get_alloc_info(struct z_heap *h, size_t *alloc_bytes, in get_alloc_info() argument
270 *alloc_bytes = 0; in get_alloc_info()
275 *alloc_bytes += chunksz_to_bytes(h, chunk_size(h, c)); in get_alloc_info()