Searched refs:cur_dlmalloc_space (Results 1 – 1 of 1) sorted by relevance
225 DlMallocSpace* cur_dlmalloc_space = space->AsDlMallocSpace(); in art_heap_morecore() local226 if (cur_dlmalloc_space->GetMspace() == mspace) { in art_heap_morecore()227 dlmalloc_space = cur_dlmalloc_space; in art_heap_morecore()