Searched refs:regular_allocator (Results 1 – 1 of 1) sorted by relevance
42 auto* regular_allocator = in DisablePartitionAllocThreadCacheForProcess() local46 DisableThreadCacheForRootIfEnabled(regular_allocator); in DisablePartitionAllocThreadCacheForProcess()47 if (aligned_allocator != regular_allocator) { in DisablePartitionAllocThreadCacheForProcess()72 auto* regular_allocator = in ThreadCacheProcessScopeForTesting() local75 regular_allocator && regular_allocator->flags.with_thread_cache; in ThreadCacheProcessScopeForTesting()77 if (root_ != regular_allocator) { in ThreadCacheProcessScopeForTesting()101 auto* regular_allocator = in ~ThreadCacheProcessScopeForTesting() local104 regular_allocator && regular_allocator->flags.with_thread_cache; in ~ThreadCacheProcessScopeForTesting()109 EnablePartitionAllocThreadCacheForRootIfDisabled(regular_allocator); in ~ThreadCacheProcessScopeForTesting()111 ThreadCache::SwapForTesting(regular_allocator); in ~ThreadCacheProcessScopeForTesting()[all …]