Searched refs:art_heap_morecore (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Ddlmalloc.cc23 static void* art_heap_morecore(void* m, intptr_t increment);
24 #define MORECORE(x) art_heap_morecore(m, x)
42 static void* art_heap_morecore(void* m, intptr_t increment) { function

Completed in 543 milliseconds