Searched refs:c_end (Results 1 – 1 of 1) sorted by relevance
349 chunkid_t c_end = end - chunk_buf(h); in sys_heap_aligned_alloc() local350 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()