Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore() function
/art/runtime/gc/allocator/
Drosalloc.cc33 extern "C" void* art_heap_rosalloc_morecore(RosAlloc* rosalloc, intptr_t increment);
181 art_heap_rosalloc_morecore(this, increment); in AllocPages()
1526 art_heap_rosalloc_morecore(this, -(static_cast<intptr_t>(decrement))); in Trim()