Home
last modified time | relevance | path

Searched defs:thread_cache (Results 1 – 9 of 9) sorted by relevance

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dextended_api.cc61 ThreadCache* thread_cache = ThreadCache::Get(); in GetAllocStatsForCurrentThread() local
Dpartition_root.h176 EnableToggle thread_cache = kDisabled; member
1724 ThreadCache* thread_cache = GetThreadCache(); in RawFreeWithThreadCache() local
2121 auto* thread_cache = GetOrCreateThreadCache(); in AllocInternalNoHooks() local
2496 ThreadCache* thread_cache = nullptr; in GetOrCreateThreadCache() local
Dpartition_root.cc1295 auto* thread_cache = GetOrCreateThreadCache(); in TryReallocInPlaceForDirectMap() local
1357 ThreadCache* thread_cache = GetOrCreateThreadCache(); in TryReallocInPlaceForNormalBuckets() local
/external/protobuf/src/google/protobuf/
Darena.cc212 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
218 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
Darena_impl.h657 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Darena.cc212 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
218 ThreadSafeArena::ThreadCache& ThreadSafeArena::thread_cache() { in thread_cache() function in google::protobuf::internal::ThreadSafeArena
Darena_impl.h650 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc144 constexpr partition_alloc::PartitionOptions::EnableToggle thread_cache = in New() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc579 AllocatorCache *thread_cache; member