Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dextended_api.cc42 auto* regular_allocator = in DisablePartitionAllocThreadCacheForProcess() local
46 DisableThreadCacheForRootIfEnabled(regular_allocator); in DisablePartitionAllocThreadCacheForProcess()
47 if (aligned_allocator != regular_allocator) { in DisablePartitionAllocThreadCacheForProcess()
72 auto* regular_allocator = in ThreadCacheProcessScopeForTesting() local
75 regular_allocator && regular_allocator->flags.with_thread_cache; in ThreadCacheProcessScopeForTesting()
77 if (root_ != regular_allocator) { in ThreadCacheProcessScopeForTesting()
101 auto* regular_allocator = in ~ThreadCacheProcessScopeForTesting() local
104 regular_allocator && regular_allocator->flags.with_thread_cache; in ~ThreadCacheProcessScopeForTesting()
109 EnablePartitionAllocThreadCacheForRootIfDisabled(regular_allocator); in ~ThreadCacheProcessScopeForTesting()
111 ThreadCache::SwapForTesting(regular_allocator); in ~ThreadCacheProcessScopeForTesting()
[all …]