Home
last modified time | relevance | path

Searched refs:temp_info (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.cc413 AllocationInfo temp_info; in Alloc() local
414 temp_info.SetPrevFreeBytes(allocation_size); in Alloc()
415 temp_info.SetByteSize(0, false); in Alloc()
418 auto it = free_blocks_.lower_bound(&temp_info); in Alloc()