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 124 void SetGrowthLimit(size_t growth_limit);
malloc_space.cc 126 void MallocSpace::SetGrowthLimit(size_t growth_limit) {
187 SetGrowthLimit(RoundUp(size, kPageSize));

Completed in 58 milliseconds