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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc332 perftools_pthread_key_create(&heap_key_, DestroyThreadCache);
441 void ThreadCache::DestroyThreadCache(void* ptr) { function in class:tcmalloc::ThreadCache
H A Dthread_cache.h334 static void DestroyThreadCache(void* ptr);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc321 perftools_pthread_key_create(&heap_key_, DestroyThreadCache);
430 void ThreadCache::DestroyThreadCache(void* ptr) { function in class:tcmalloc::ThreadCache
H A Dthread_cache.h311 static void DestroyThreadCache(void* ptr);

Completed in 375 milliseconds