Searched defs:thread_cache (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | arena.cc | 55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl |
D | arena_impl.h | 263 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function |
/external/compiler-rt/lib/sanitizer_common/tests/ | ||
D | sanitizer_allocator_test.cc | 579 AllocatorCache *thread_cache; member |