Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp3635 void findFreeObjects(TCMalloc_ThreadCache* threadCache) in CreateCacheIfNecessary() function in WTF::FreeObjectFinder
3641 …void findFreeObjects(TCMalloc_Central_FreeListPadded* centralFreeList, size_t numSizes, TCMalloc_C… in CreateCacheIfNecessary() function in WTF::FreeObjectFinder
3757 finder.findFreeObjects(threadHeaps); in CreateCacheIfNecessary()
3758 finder.findFreeObjects(centralCaches, kNumClasses, mzone->m_centralCaches); in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/
DChangeLog27890 …(WTF::TCMallocStats::FreeObjectFinder::findFreeObjects): Pass in the remote address of the central…
DChangeLog-2007-10-141098 …(WTF::FreeObjectFinder::findFreeObjects): Find the free objects within a thread cache or free list.