Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Ddlmalloc.h61 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment);
Ddlmalloc.cc43 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
/art/runtime/gc/space/
Ddlmalloc_space.cc322 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) { in ArtDlMallocMoreCore() function