Searched refs:kRegularPoolSize (Results 1 – 2 of 2) sorted by relevance
230 return kRegularPoolSize; in PA_COMPONENT_EXPORT()262 static constexpr size_t kRegularPoolSize = kPoolMaxSize; in PA_COMPONENT_EXPORT() local264 static_assert(base::bits::IsPowerOfTwo(kRegularPoolSize)); in PA_COMPONENT_EXPORT()287 static_assert(kRegularPoolSizeForIOSTestProcess < kRegularPoolSize); in PA_COMPONENT_EXPORT()296 static_cast<uintptr_t>(kRegularPoolSize) - 1; in PA_COMPONENT_EXPORT()
135 : kRegularPoolSize; in RegularPoolSize()