Searched refs:dlmalloc_space (Results 1 – 2 of 2) sorted by relevance
219 DlMallocSpace* dlmalloc_space = heap->GetDlMallocSpace(); in art_heap_morecore() local221 if (UNLIKELY(dlmalloc_space == nullptr || dlmalloc_space->GetMspace() != mspace)) { in art_heap_morecore()222 dlmalloc_space = nullptr; in art_heap_morecore()227 dlmalloc_space = cur_dlmalloc_space; in art_heap_morecore()232 CHECK(dlmalloc_space != nullptr) << "Couldn't find DlmMallocSpace with mspace=" << mspace; in art_heap_morecore()234 return dlmalloc_space->MoreCore(increment); in art_heap_morecore()
67 gc/space/dlmalloc_space.cc \