Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2559 static TCMalloc_ThreadCache* thread_heaps = NULL; variable
3047 heap->next_ = thread_heaps; in NewHeap()
3049 if (thread_heaps != NULL) thread_heaps->prev_ = heap; in NewHeap()
3050 thread_heaps = heap; in NewHeap()
3110 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in InitTSD()
3149 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in CreateCacheIfNecessary()
3217 if (thread_heaps == heap) thread_heaps = heap->next_; in CreateCacheIfNecessary()
3273 for (TCMalloc_ThreadCache* h = thread_heaps; h != NULL; h = h->next_) { in CreateCacheIfNecessary()
4273 …for (TCMalloc_ThreadCache* threadCache = thread_heaps; threadCache ; threadCache = threadCache->ne… in CreateCacheIfNecessary()
4618 …static FastMallocZone zone(pageheap, &thread_heaps, static_cast<TCMalloc_Central_FreeListPadded*>(… in CreateCacheIfNecessary()