Searched refs:UseThreadIsolatedPool (Results 1 – 1 of 1) sorted by relevance
358 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