Searched refs:free_end (Results 1 – 1 of 1) sorted by relevance
193 size_t free_end = free_start + freedSize; in ~Allocation() local196 if (end > free_end) in ~Allocation()197 end = free_end; in ~Allocation()