Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc358 int pkey = PkeyAlloc(UseThreadIsolatedPool() ? 0 : PKEY_DISABLE_WRITE); in InitializeMainTestAllocators()
373 if (UseThreadIsolatedPool() && pkey_ != kInvalidPkey) { in InitializeMainTestAllocators()
591 bool UseThreadIsolatedPool() const { return GetParam().use_pkey_pool; } in UseThreadIsolatedPool() function in partition_alloc::internal::PartitionAllocTest