HomeSort by relevance Sort by last modified time
    Searched refs:fastMallocStatistics (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
MallocStatistics.h 46 m_stats = WTF::fastMallocStatistics();
49 WTF::FastMallocStatistics m_stats;
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.h 46 struct FastMallocStatistics {
51 WTF_EXPORT FastMallocStatistics fastMallocStatistics();
FastMalloc.cpp 264 FastMallocStatistics fastMallocStatistics()
266 FastMallocStatistics statistics = { 0, 0, 0 };
    [all...]

Completed in 53 milliseconds