Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp464 class TCMalloc_Central_FreeListPadded;
483 …FastMallocZone(TCMalloc_PageHeap*, TCMalloc_ThreadCache**, TCMalloc_Central_FreeListPadded*, PageH…
495 TCMalloc_Central_FreeListPadded* m_centralCaches;
2316 class TCMalloc_Central_FreeListPadded : public TCMalloc_Central_FreeList { class
2327 static TCMalloc_Central_FreeListPadded central_cache[kNumClasses];
4125 …void findFreeObjects(TCMalloc_Central_FreeListPadded* centralFreeList, size_t numSizes, TCMalloc_C… in CreateCacheIfNecessary()
4322TCMalloc_Central_FreeListPadded* centralCaches = memoryReader(mzone->m_centralCaches, sizeof(TCMal… in CreateCacheIfNecessary()
4395 …lloc_PageHeap* pageHeap, TCMalloc_ThreadCache** threadHeaps, TCMalloc_Central_FreeListPadded* cent… in CreateCacheIfNecessary()
4419 …static FastMallocZone zone(pageheap, &thread_heaps, static_cast<TCMalloc_Central_FreeListPadded*>(… in CreateCacheIfNecessary()