Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2143 static void DestroyThreadCache(void* ptr);
2960 pthread_key_create(&heap_key, DestroyThreadCache); in InitTSD()
3063 void TCMalloc_ThreadCache::DestroyThreadCache(void* ptr) { in CreateCacheIfNecessary() function in WTF::TCMalloc_ThreadCache