Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/os/
Dheap.c349 chunkid_t c_end = end - chunk_buf(h); in sys_heap_aligned_alloc() local
350 CHECK(c >= c0 && c < c_end && c_end <= c0 + padded_sz); in sys_heap_aligned_alloc()
359 if (right_chunk(h, c) > c_end) { in sys_heap_aligned_alloc()
360 split_chunks(h, c, c_end); in sys_heap_aligned_alloc()
361 free_list_add(h, c_end); in sys_heap_aligned_alloc()