Searched refs:ArtDlMallocMoreCore (Results 1 – 3 of 3) sorted by relevance
61 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment);
43 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment); in art_heap_morecore()
322 void* ArtDlMallocMoreCore(void* mspace, intptr_t increment) { in ArtDlMallocMoreCore() function