Searched refs:kRegularPoolSizeForIOSTestProcess (Results 1 – 2 of 2) sorted by relevance
309 static constexpr size_t kRegularPoolSizeForIOSTestProcess = kGiB / 4; in PA_COMPONENT_EXPORT() local311 static_assert(kRegularPoolSizeForIOSTestProcess < kRegularPoolSize); in PA_COMPONENT_EXPORT()313 static_assert(std::has_single_bit(kRegularPoolSizeForIOSTestProcess)); in PA_COMPONENT_EXPORT()
130 return IsIOSTestProcess() ? kRegularPoolSizeForIOSTestProcess in RegularPoolSize()