Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp4249 if (TCMalloc_ThreadCache* threadCache = TCMalloc_ThreadCache::GetCacheIfPresent()) { in CreateCacheIfNecessary() local
4250 threadCache->Scavenge(); in CreateCacheIfNecessary()
4251 threadCache->Scavenge(); in CreateCacheIfNecessary()
4273 …for (TCMalloc_ThreadCache* threadCache = thread_heaps; threadCache ; threadCache = threadCache->ne… in CreateCacheIfNecessary() local
4274 statistics.freeListBytes += threadCache->Size(); in CreateCacheIfNecessary()
4312 void findFreeObjects(TCMalloc_ThreadCache* threadCache) in CreateCacheIfNecessary() argument
4314 for (; threadCache; threadCache = (threadCache->next_ ? m_reader(threadCache->next_) : 0)) in CreateCacheIfNecessary()
4315 threadCache->enumerateFreeObjects(*this, m_reader); in CreateCacheIfNecessary()