OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_cache
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/allocator/
BUILD.gn
213
"$tcmalloc_dir/src/
thread_cache
.cc",
214
"$tcmalloc_dir/src/
thread_cache
.h",
allocator.gyp
223
'<(tcmalloc_dir)/src/
thread_cache
.cc',
224
'<(tcmalloc_dir)/src/
thread_cache
.h',
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
573
AllocatorCache *
thread_cache
;
member in struct:NewThreadParams
581
params->
thread_cache
->Deallocate(params->allocator, params->class_id, params);
598
params->
thread_cache
= &child_cache;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h
560
static ThreadCache&
thread_cache
();
564
static ThreadCache&
thread_cache
();
567
static ThreadCache&
thread_cache
() { return thread_cache_; }
function in class:google::protobuf::final
[
all
...]
Completed in 125 milliseconds