Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-common.c829 struct ggc_usage: public mem_usage struct
832 ggc_usage (): m_freed (0), m_collected (0), m_overhead (0) {} in ggc_usage() function
834 ggc_usage (size_t allocated, size_t times, size_t peak, in ggc_usage() argument
878 ggc_usage argument
891 dump (const char *prefix, ggc_usage &total) const in dump() argument
907 dump (mem_location *loc, ggc_usage &total) const in dump() argument
932 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t; argument
951 typedef std::pair<mem_location *, ggc_usage *> mem_pair_t; in compare_final() argument
980 static mem_alloc_description<ggc_usage> ggc_mem_desc; argument