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

  /art/runtime/gc/space/
dlmalloc_space.h 122 void SetGrowthLimit(size_t growth_limit);
dlmalloc_space.cc 273 void DlMallocSpace::SetGrowthLimit(size_t growth_limit) {
303 SetGrowthLimit(RoundUp(size, kPageSize));

Completed in 62 milliseconds