HomeSort by relevance Sort by last modified time
    Searched refs:art_heap_morecore (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
dlmalloc.cc 22 #define MORECORE(x) art_heap_morecore(m, x)
23 extern "C" void* art_heap_morecore(void* m, intptr_t increment);
  /art/runtime/gc/space/
dlmalloc_space.cc 411 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { function in namespace:art::gc::space

Completed in 1332 milliseconds