Searched defs:MallocStatistics (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMallocStatistics.h35 class MallocStatistics : public RefCounted<MallocStatistics> { class in namespace:WebCore
37 static PassRefPtr<MallocStatistics> create() { return adoptRef(new MallocStatistics()); }
44 MallocStatistics() function in class:WebCore::MallocStatistics

Completed in 132 milliseconds