Lines Matching defs:ggc_usage
1121 class ggc_usage: public mem_usage
1125 ggc_usage (): m_freed (0), m_collected (0), m_overhead (0) {}
1127 ggc_usage (size_t allocated, size_t times, size_t peak,
1134 operator== (const ggc_usage &second) const
1143 operator< (const ggc_usage &second) const
1171 ggc_usage
1172 operator+ (const ggc_usage &second)
1174 return ggc_usage (m_allocated + second.m_allocated,
1184 dump (const char *prefix, ggc_usage &total) const
1202 dump (mem_location *loc, ggc_usage &total) const
1225 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t;
1257 static mem_alloc_description<ggc_usage> ggc_mem_desc;
1276 ggc_usage *usage = ggc_mem_desc.register_descriptor (ptr, GGC_ORIGIN, false
1295 typedef hash_map<const void *, std::pair<ggc_usage *, size_t > > map_t;