Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dextended_api.cc60 ThreadCache* thread_cache = ThreadCache::Get(); in GetAllocStatsForCurrentThread() local
Dpartition_root.h223 ThreadCache thread_cache; member
1524 ThreadCache* thread_cache = GetThreadCache(); in RawFreeWithThreadCache() local
1907 auto* thread_cache = GetOrCreateThreadCache(); in AllocWithFlagsNoHooks() local
2221 ThreadCache* thread_cache = nullptr; in GetOrCreateThreadCache() local
Dpartition_root.cc1166 auto* thread_cache = GetOrCreateThreadCache(); in TryReallocInPlaceForDirectMap() local
1235 ThreadCache* thread_cache = GetOrCreateThreadCache(); in TryReallocInPlaceForNormalBuckets() local
/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/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/base/allocator/partition_allocator/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc145 constexpr partition_alloc::PartitionOptions::ThreadCache thread_cache = in New() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc579 AllocatorCache *thread_cache; member