Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_address_space.h309 static constexpr size_t kRegularPoolSizeForIOSTestProcess = kGiB / 4; in PA_COMPONENT_EXPORT() local
311 static_assert(kRegularPoolSizeForIOSTestProcess < kRegularPoolSize); in PA_COMPONENT_EXPORT()
313 static_assert(std::has_single_bit(kRegularPoolSizeForIOSTestProcess)); in PA_COMPONENT_EXPORT()
H A Dpartition_address_space.cc130 return IsIOSTestProcess() ? kRegularPoolSizeForIOSTestProcess in RegularPoolSize()