Home
last modified time | relevance | path

Searched refs:MallocStats (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/
DMemoryTracker.cpp44 MemoryTracker::MallocStats mStats;
197 std::unique_ptr<MallocStats> getUsage(const std::string& group) { in getUsage()
198 std::unique_ptr<MallocStats> ms(new MallocStats()); in getUsage()
230 std::unique_ptr<MallocStats> getUsage(const std::string& group) {
260 std::unique_ptr<MemoryTracker::MallocStats> MemoryTracker::getUsage( in getUsage()
/hardware/google/aemu/base/include/aemu/base/memory/
DMemoryTracker.h45 struct MallocStats { struct
58 std::unique_ptr<MemoryTracker::MallocStats> getUsage(