OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_key_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
75
pthread_key_t ThreadCache::
heap_key_
;
member in class:tcmalloc::ThreadCache
332
perftools_pthread_key_create(&
heap_key_
, DestroyThreadCache);
390
perftools_pthread_setspecific(
heap_key_
, heap);
425
perftools_pthread_setspecific(
heap_key_
, NULL);
thread_cache.h
283
static pthread_key_t
heap_key_
;
member in class:tcmalloc::ThreadCache
406
perftools_pthread_getspecific(
heap_key_
));
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
73
pthread_key_t ThreadCache::
heap_key_
;
member in class:tcmalloc::ThreadCache
321
perftools_pthread_key_create(&
heap_key_
, DestroyThreadCache);
379
perftools_pthread_setspecific(
heap_key_
, heap);
414
perftools_pthread_setspecific(
heap_key_
, NULL);
thread_cache.h
268
static pthread_key_t
heap_key_
;
member in class:tcmalloc::ThreadCache
379
perftools_pthread_getspecific(
heap_key_
));
Completed in 54 milliseconds