Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/lib/os/
Dheap.h91 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes() function
227 return big_heap_bytes(size) ? 8 : 4; in heap_footer_bytes()