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

  /art/runtime/gc/space/
dlmalloc_space.cc 357 size_t& max_contiguous_allocation = *reinterpret_cast<size_t*>(arg); local
358 max_contiguous_allocation = std::max(max_contiguous_allocation, chunk_free_bytes);
365 size_t max_contiguous_allocation = 0; local
371 Walk(MSpaceChunkCallback, &max_contiguous_allocation);
373 << max_contiguous_allocation << " bytes)"; local
bump_pointer_space.cc 225 size_t max_contiguous_allocation = Limit() - End(); local
227 << max_contiguous_allocation << " bytes)"; local
region_space.cc 717 size_t max_contiguous_allocation = 0; local
720 max_contiguous_allocation = current_region_->End() - current_region_->Top();
751 << max_contiguous_allocation << " bytes)"; local
    [all...]

Completed in 512 milliseconds