Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2416 static pthread_key_t heap_key; variable
2425 pthread_setspecific(heap_key, heap); in setThreadHeap()
2934 return static_cast<TCMalloc_ThreadCache*>(pthread_getspecific(heap_key)); in GetThreadHeap()
2960 pthread_key_create(&heap_key, DestroyThreadCache); in InitTSD()
3047 pthread_setspecific(heap_key, NULL); in CreateCacheIfNecessary()