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

/art/runtime/base/
H A Darena_allocator.cc391 MemStats::MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena, function in class:art::MemStats
399 void MemStats::Dump(std::ostream& os) const {
405 MemStats ArenaAllocator::GetMemStats() const {
408 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment);
H A Darena_allocator.h37 class MemStats;
353 MemStats GetMemStats() const;
387 class MemStats { class in namespace:art
389 MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
398 }; // MemStats

Completed in 718 milliseconds