Searched refs:free_start (Results 1 – 1 of 1) sorted by relevance
194 size_t free_start = freedOffset; in ~Allocation() local195 size_t free_end = free_start + freedSize; in ~Allocation()196 if (start < free_start) in ~Allocation()197 start = free_start; in ~Allocation()