Home
last modified time | relevance | path

Searched defs:mem_usage (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmem-stats.h126 struct mem_usage struct
129 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} in mem_usage() function
133 m_allocated (allocated), m_times (times), m_peak (peak), in m_allocated()
157 mem_usage argument
191 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() argument
204 dump (mem_location *loc, mem_usage &total) const in dump() argument
220 dump_footer () const in dump_footer()
230 get_percent (size_t nominator, size_t denominator) in get_percent()
266 struct mem_usage_pair argument
H A Dhash-table.h341 class mem_usage; variable