Searched defs:threadCache (Results 1 – 1 of 1) sorted by relevance
4249 if (TCMalloc_ThreadCache* threadCache = TCMalloc_ThreadCache::GetCacheIfPresent()) { in CreateCacheIfNecessary() local4273 …for (TCMalloc_ThreadCache* threadCache = thread_heaps; threadCache ; threadCache = threadCache->ne… in CreateCacheIfNecessary() local4312 void findFreeObjects(TCMalloc_ThreadCache* threadCache) in CreateCacheIfNecessary()