Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/Misc/
DWebCoreStatistics.mm195 WTF::FastMallocStatistics fastMallocStatistics = WTF::fastMallocStatistics();
199 [NSNumber numberWithInt:fastMallocStatistics.heapSize], @"FastMallocHeapSize",
200 … [NSNumber numberWithInt:fastMallocStatistics.freeSizeInHeap], @"FastMallocFreeSizeInHeap",
201 … [NSNumber numberWithInt:fastMallocStatistics.freeSizeInCaches], @"FastMallocFreeSizeInCaches",
202 … [NSNumber numberWithInt:fastMallocStatistics.returnedSize], @"FastMallocReturnedSize",
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h90 FastMallocStatistics fastMallocStatistics();
DFastMalloc.cpp366 FastMallocStatistics fastMallocStatistics() in fastMallocStatistics() function
4439 FastMallocStatistics fastMallocStatistics() in CreateCacheIfNecessary() function
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1619411 (WTF::TCMallocStats::fastMallocStatistics):
19433 (WTF::fastMallocStatistics):
19447 (WTF::TCMallocStats::fastMallocStatistics):