Home | History | Annotate | Download | only in gc

Lines Matching refs:growth_limit_

153       growth_limit_(growth_limit),
330 CreateMainMallocSpace(main_mem_map_1.release(), initial_size, growth_limit_, capacity_);
352 growth_limit_, capacity_, name, true));
1750 std::min(mem_map->Size(), growth_limit_), mem_map->Size());
1764 mem_map.get(), kDefaultInitialSize, std::min(mem_map->Size(), growth_limit_),
2004 CreateMainMallocSpace(mem_map, kDefaultInitialSize, std::min(mem_map->Size(), growth_limit_),
2906 native_footprint_gc_watermark_ = std::min(growth_limit_, target_size);
3001 growth_limit_ = capacity_;
3191 if (new_native_bytes_allocated > growth_limit_) {
3198 if (new_native_bytes_allocated > growth_limit_) {