Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space.cc118 SpaceChunk old_chunk = *it->free_by_start_entry; in Alloc() local
119 if (old_chunk.size == size) { in Alloc()
134 return old_chunk.ptr; in Alloc()