Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h82 void releaseFastMallocFreeMemory();
DFastMalloc.cpp364 void releaseFastMallocFreeMemory() { } in releaseFastMallocFreeMemory() function
4425 void releaseFastMallocFreeMemory() in CreateCacheIfNecessary() function
/external/webkit/WebKit/mac/Misc/
DWebCoreStatistics.mm210 WTF::releaseFastMallocFreeMemory();
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-102096 releaseFastMallocFreeMemory() should always be defined
2101 WTF::releaseFastMallocFreeMemory() instead of C binding for
2102 releaseFastMallocFreeMemory().
2104 releaseFastMallocFreeMemory() to be in the WTF namespace
2106 * wtf/FastMalloc.h: Moved releaseFastMallocFreeMemory() from
2107 extern "C" binding to WTF::releaseFastMallocFreeMemory().
9143 (WTF::TCMallocStats::): Added releaseFastMallocFreeMemory() for both
9145 * wtf/FastMalloc.h: Define releaseFastMallocFreeMemory().
DChangeLog-2009-06-1619291 (WTF::TCMallocStats::releaseFastMallocFreeMemory):