Searched refs:object_end (Results 1 – 1 of 1) sorted by relevance
980 uintptr_t object_end = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetLongestConsecutiveFreeBytes() local981 prev_object_end = RoundUp(object_end, kAlignment); in GetLongestConsecutiveFreeBytes()