Searched refs:art_heap_morecore (Results 1 – 2 of 2) sorted by relevance
22 #define MORECORE(x) art_heap_morecore(m, x)23 extern "C" void* art_heap_morecore(void* m, intptr_t increment);
217 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { in art_heap_morecore() function