Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/mac/
DWebMemorySampler.mac.mm112 FastMallocStatistics fastMallocStatistics = WTF::fastMallocStatistics();
113 …size_t fastMallocBytesInUse = fastMallocStatistics.committedVMBytes - fastMallocStatistics.freeLis…
114 size_t fastMallocBytesCommitted = fastMallocStatistics.committedVMBytes;
/external/webkit/Source/WebKit/mac/Misc/
DWebCoreStatistics.mm197 WTF::FastMallocStatistics fastMallocStatistics = WTF::fastMallocStatistics();
205 … [NSNumber numberWithInt:fastMallocStatistics.reservedVMBytes], @"FastMallocReservedVMBytes",
206 … [NSNumber numberWithInt:fastMallocStatistics.committedVMBytes], @"FastMallocCommittedVMBytes",
207 … [NSNumber numberWithInt:fastMallocStatistics.freeListBytes], @"FastMallocFreeListBytes",
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h90 FastMallocStatistics fastMallocStatistics();
DFastMalloc.cpp377 FastMallocStatistics fastMallocStatistics() in fastMallocStatistics() function
4258 FastMallocStatistics fastMallocStatistics() in CreateCacheIfNecessary() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1619411 (WTF::TCMallocStats::fastMallocStatistics):
19433 (WTF::fastMallocStatistics):
19447 (WTF::TCMallocStats::fastMallocStatistics):
DChangeLog-2010-05-246314 (WTF::fastMallocStatistics):
6315 (WTF::TCMallocStats::fastMallocStatistics): Updated to report the statistics