Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Ddlmalloc.cc24 static void* art_heap_morecore(void* m, intptr_t increment);
25 #define MORECORE(x) art_heap_morecore(m, x)
48 static void* art_heap_morecore(void* m, intptr_t increment) { in art_heap_morecore() function