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