Searched refs:heap_key_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc75 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);
H A Dthread_cache.h283 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/
H A Dthread_cache.cc73 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);
H A Dthread_cache.h268 static pthread_key_t heap_key_; member in class:tcmalloc::ThreadCache
379 perftools_pthread_getspecific(heap_key_));

Completed in 363 milliseconds