| /src/external/gpl3/gcc/dist/gcc/ |
| ggc-common.cc | 1143 class ggc_usage: public mem_usage 1147 ggc_usage (): m_freed (0), m_collected (0), m_overhead (0) {} 1149 ggc_usage (size_t allocated, size_t times, size_t peak, 1156 operator== (const ggc_usage &second) const 1165 operator< (const ggc_usage &second) const 1193 ggc_usage 1194 operator+ (const ggc_usage &second) 1196 return ggc_usage (m_allocated + second.m_allocated, 1206 dump (const char *prefix, ggc_usage &total) const 1224 dump (mem_location *loc, ggc_usage &total) cons 1142 class ggc_usage: public mem_usage class in inherits:mem_usage 1146 ggc_usage (): m_freed (0), m_collected (0), m_overhead (0) {} function in class:ggc_usage 1148 ggc_usage (size_t allocated, size_t times, size_t peak, function in class:ggc_usage [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ggc-common.cc | 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) cons 1120 class ggc_usage: public mem_usage class in inherits:mem_usage 1124 ggc_usage (): m_freed (0), m_collected (0), m_overhead (0) {} function in class:ggc_usage 1126 ggc_usage (size_t allocated, size_t times, size_t peak, function in class:ggc_usage [all...] |