Searched refs:remaining (Results 1 – 5 of 5) sorted by relevance
656 block_header_t * remaining = in block_split() local661 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()665 block_set_size(remaining, remain_size); in block_split()666 tlsf_assert(block_size(remaining) >= block_size_min && "block split with invalid size"); in block_split()669 block_mark_as_free(remaining); in block_split()671 return remaining; in block_split()
8 …etween the items and tracks, handle *grow* to make the item(s) fill the remaining space with respe…19 - grow: if set on an item it will grow to fill the remaining space on the track.62 For example, there is 400 px remaining space and 4 objects with grow:
17 - free unit (FR): if set on track's size is set in `FR` it will grow to fill the remaining space on…38 - `LV_GRID_FR(X)` tell what portion of the remaining space should be used by this track. Larger val…
29 The width of the title is set to take all the remaining space on the header. In other words: it pus…
37 - If the area was larger than the buffer, render the remaining parts too.38 - Repeat the same with remaining joined areas.