Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h84 struct FastMallocStatistics { struct
90 FastMallocStatistics fastMallocStatistics(); argument
DFastMalloc.cpp366 FastMallocStatistics fastMallocStatistics() in fastMallocStatistics()
368 FastMallocStatistics statistics = { 0, 0, 0, 0 }; in fastMallocStatistics()
4439 FastMallocStatistics fastMallocStatistics() in CreateCacheIfNecessary()
4441 FastMallocStatistics statistics; in CreateCacheIfNecessary()
/external/webkit/WebKit/mac/Misc/
DWebCoreStatistics.mm195 WTF::FastMallocStatistics fastMallocStatistics = WTF::fastMallocStatistics();