Searched refs:threadCache (Results 1 – 1 of 1) sorted by relevance
4249 if (TCMalloc_ThreadCache* threadCache = TCMalloc_ThreadCache::GetCacheIfPresent()) { in CreateCacheIfNecessary() local4250 threadCache->Scavenge(); in CreateCacheIfNecessary()4251 threadCache->Scavenge(); in CreateCacheIfNecessary()4273 …for (TCMalloc_ThreadCache* threadCache = thread_heaps; threadCache ; threadCache = threadCache->ne… in CreateCacheIfNecessary() local4274 statistics.freeListBytes += threadCache->Size(); in CreateCacheIfNecessary()4312 void findFreeObjects(TCMalloc_ThreadCache* threadCache) in CreateCacheIfNecessary() argument4314 for (; threadCache; threadCache = (threadCache->next_ ? m_reader(threadCache->next_) : 0)) in CreateCacheIfNecessary()4315 threadCache->enumerateFreeObjects(*this, m_reader); in CreateCacheIfNecessary()