Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Ddlmalloc.cc22 #define MORECORE(x) art_heap_morecore(m, x)
23 extern "C" void* art_heap_morecore(void* m, intptr_t increment);
/art/runtime/gc/space/
Ddlmalloc_space.cc217 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { in art_heap_morecore() function