Home
last modified time | relevance | path

Searched defs:ThreadCache (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/
Darena_impl.h605 struct alignas(64) ThreadCache { struct
610 ThreadCache() in ThreadCache() argument
624 // The ThreadCache is considered valid as long as this matches the argument
643 static ThreadCache& thread_cache(); argument
/external/protobuf/src/google/protobuf/
Darena_impl.h612 struct alignas(kCacheAlignment) ThreadCache { struct
617 ThreadCache() in ThreadCache() argument
631 // The ThreadCache is considered valid as long as this matches the argument
650 static ThreadCache& thread_cache(); argument
/external/cronet/base/allocator/partition_allocator/
Dthread_cache.h36 class ThreadCache; variable
Dthread_cache.cc491 ThreadCache::ThreadCache(PartitionRoot<>* root) in ThreadCache() function in partition_alloc::ThreadCache
Dpartition_root.h158 enum class ThreadCache : uint8_t { enum
908 friend class ThreadCache; in PA_COMPONENT_EXPORT() local