Searched refs:thread_heaps (Results 1 – 1 of 1) sorted by relevance
2435 static TCMalloc_ThreadCache* thread_heaps = NULL; variable2917 heap->next_ = thread_heaps; in NewHeap()2919 if (thread_heaps != NULL) thread_heaps->prev_ = heap; in NewHeap()2920 thread_heaps = heap; in NewHeap()2976 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in InitTSD()3015 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in CreateCacheIfNecessary()3083 if (thread_heaps == heap) thread_heaps = heap->next_; in CreateCacheIfNecessary()3139 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in CreateCacheIfNecessary()4419 …static FastMallocZone zone(pageheap, &thread_heaps, static_cast<TCMalloc_Central_FreeListPadded*>(… in CreateCacheIfNecessary()4448 …for (TCMalloc_ThreadCache* threadCache = thread_heaps; threadCache ; threadCache = threadCache->ne… in CreateCacheIfNecessary()