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.cc496 AllocationInfo temp_info; in Alloc() local
497 temp_info.SetPrevFreeBytes(allocation_size); in Alloc()
498 temp_info.SetByteSize(0, false); in Alloc()
501 auto it = free_blocks_.lower_bound(&temp_info); in Alloc()