Searched refs:heap_footer_bytes (Results 1 – 2 of 2) sorted by relevance
225 static inline size_t heap_footer_bytes(size_t size) in heap_footer_bytes() function
498 __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()