Home
last modified time | relevance | path

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

/art/dex2oat/utils/
Dswap_space.cc119 SpaceChunk old_chunk = *it->free_by_start_entry; in Alloc() local
120 if (old_chunk.size == size) { in Alloc()
135 return old_chunk.ptr; in Alloc()