Searched defs:increment (Results 1 – 5 of 5) sorted by relevance
130 void* MallocSpace::MoreCore(intptr_t increment) { in MoreCore()
217 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { in art_heap_morecore()
228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore()
171 size_t increment = std::min(std::max(2 * MB, req_byte_size - last_free_page_run_size), in AllocPages() local
1447 static void AdvanceLoc(std::vector<uint8_t>&buf, uint32_t increment) { in AdvanceLoc()