Searched refs:until_end (Results 1 – 1 of 1) sorted by relevance
309 let until_end = self.capacity() - start_at; in get_unallocated() localVariable310 if size > until_end { in get_unallocated()311 size = until_end in get_unallocated()364 let until_end = self.capacity() - start_at; in get_allocated() localVariable365 if size > until_end { in get_allocated()366 size = until_end in get_allocated()