Home
last modified time | relevance | path

Searched refs:kRegularPoolSize (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_address_space.h230 return kRegularPoolSize; in PA_COMPONENT_EXPORT()
262 static constexpr size_t kRegularPoolSize = kPoolMaxSize; in PA_COMPONENT_EXPORT() local
264 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()
Dpartition_address_space.cc135 : kRegularPoolSize; in RegularPoolSize()