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