OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastMallocStatistics
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.h
42
struct
FastMallocStatistics
{
47
WTF_EXPORT
FastMallocStatistics
fastMallocStatistics
();
FastMalloc.cpp
56
FastMallocStatistics
fastMallocStatistics
()
58
FastMallocStatistics
statistics = { 0, 0, 0 };
/external/chromium_org/third_party/WebKit/Source/core/testing/
MallocStatistics.h
52
m_stats = WTF::
fastMallocStatistics
();
55
WTF::
FastMallocStatistics
m_stats;
Completed in 83 milliseconds