Searched defs:mem_usage (Results 1 – 2 of 2) sorted by relevance
126 struct mem_usage struct129 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} in mem_usage() function133 m_allocated (allocated), m_times (times), m_peak (peak), in m_allocated()157 mem_usage argument191 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() argument204 dump (mem_location *loc, mem_usage &total) const in dump() argument220 dump_footer () const in dump_footer()230 get_percent (size_t nominator, size_t denominator) in get_percent()266 struct mem_usage_pair argument
341 class mem_usage; variable