Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap.h225 static inline size_t heap_footer_bytes(size_t size) in heap_footer_bytes() function
Dheap.c498 __ASSERT(bytes > heap_footer_bytes(bytes), "heap size is too small"); in sys_heap_init()
499 bytes -= heap_footer_bytes(bytes); in sys_heap_init()