Searched refs:kExternalAllocationSoftLimit (Results 1 – 3 of 3) sorted by relevance
252 static constexpr int kExternalAllocationSoftLimit = 64 * 1024 * 1024;
291 set_limit(total() + kExternalAllocationSoftLimit); in ResetAfterGC()299 set_limit(amount + kExternalAllocationSoftLimit); in Update()331 std::atomic<int64_t> limit_{kExternalAllocationSoftLimit};
312 constexpr int kExternalAllocationSoftLimit = variable313 internal::Internals::kExternalAllocationSoftLimit;