Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2399 bool ShrinkCache(int locked_size_class, bool force);
2653 return central_cache[t].ShrinkCache(static_cast<int>(locked_size_class), force); in EvictRandomSizeClass()
2683 bool TCMalloc_Central_FreeList::ShrinkCache(int locked_size_class, bool force) { in ShrinkCache() function in WTF::TCMalloc_Central_FreeList
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1024408 (WTF::TCMalloc_Central_FreeList::ShrinkCache):