Home
last modified time | relevance | path

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

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