Searched refs:ArtDlMallocMoreCore (Results 1 – 3 of 3) sorted by relevance
50 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
196 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment);
443 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) REQUIRES_SHARED(Locks::mutator_lock_) { in ArtDlMallocMoreCore() function