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

  /art/runtime/gc/space/
malloc_space.h 115 void SetGrowthLimit(size_t growth_limit);
malloc_space.cc 122 void MallocSpace::SetGrowthLimit(size_t growth_limit) {
182 SetGrowthLimit(RoundUp(size, kPageSize));

Completed in 180 milliseconds