HomeSort by relevance Sort by last modified time
    Searched full:next_next_info (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/space/
large_object_space.cc 372 AllocationInfo* next_next_info = next_info->GetNextInfo(); local
374 DCHECK(!next_next_info->IsFree());
375 DCHECK(IsAligned<kAlignment>(next_next_info->ByteSize()));
376 new_free_info = next_next_info;
377 new_free_size += next_next_info->GetPrevFreeBytes();
378 RemoveFreePrev(next_next_info);

Completed in 246 milliseconds