Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Ddlmalloc.h55 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment);
Ddlmalloc.cc49 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
/art/runtime/gc/space/
Ddlmalloc_space.cc381 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) REQUIRES_SHARED(Locks::mutator_lock_) { in ArtDlMallocMoreCore() function