Searched refs:mem_usage (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | mem-stats.h | 127 class mem_usage 131 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} in mem_usage() function 134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0): 159 mem_usage 160 operator+ (const mem_usage &second) 162 return mem_usage (m_allocated + second.m_allocated, 170 operator== (const mem_usage &second) const 179 operator< (const mem_usage &second) const 193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() 206 dump (mem_location *loc, const mem_usage &total) const in dump()
|
| D | hash-table.cc | 108 mem_alloc_description<mem_usage>& 111 static mem_alloc_description<mem_usage> usage; in hash_table_usage()
|
| D | alloc-pool.h | 37 class pool_usage: public mem_usage 46 : mem_usage (allocated, times, peak, instances), in pool_usage() 63 dump (mem_location *loc, const mem_usage &total) const in dump()
|
| D | vec.cc | 42 class vec_usage: public mem_usage 51 : mem_usage (allocated, times, peak), in vec_usage() 68 dump (mem_location *loc, mem_usage &total) const in dump()
|
| D | bitmap.h | 216 class bitmap_usage: public mem_usage 224 : mem_usage (allocated, times, peak), in bitmap_usage() 240 dump (mem_location *loc, const mem_usage &total) const in dump()
|
| D | hash-table.h | 357 class mem_usage; variable 597 extern mem_alloc_description<mem_usage>& hash_table_usage (void);
|
| D | ggc-common.cc | 1120 class ggc_usage: public mem_usage 1128 : mem_usage (allocated, times, peak), in ggc_usage()
|
| D | tree.cc | 8587 mem_usage::print_dash_line (TREE_MEM_USAGE_SPACES); in dump_tree_statistics() 8605 mem_usage::print_dash_line (TREE_MEM_USAGE_SPACES); in dump_tree_statistics() 8608 mem_usage::print_dash_line (TREE_MEM_USAGE_SPACES); in dump_tree_statistics() 8613 mem_usage::print_dash_line (TREE_MEM_USAGE_SPACES); in dump_tree_statistics() 8627 mem_usage::print_dash_line (TREE_MEM_USAGE_SPACES); in dump_tree_statistics()
|
| D | ChangeLog-2018 | 3864 * mem-stats.h (mem_usage::dump): Likewise. 3865 (mem_usage::dump_footer): Likewise. 6136 * mem-stats.h (struct mem_usage): Likewise. 7460 * mem-stats.h (mem_usage::operator==): Fix pasto. 33290 * mem-stats.h (struct mem_usage): Likewise.
|
| D | ChangeLog-2015 | 29928 (struct mem_usage): Likewise. 29971 * mem-stats.h (struct mem_usage): Add argument to print_dash_line. 29989 (struct mem_usage): Add counter for number of 31095 (mem_usage): Likewise.
|
| D | ChangeLog-2016 | 31485 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t. 33980 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
|
| D | ChangeLog-2019 | 32982 * mem-stats.h (struct mem_usage): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2006 | 1157 * testsuite/util/performance/priority_queue/mem_usage/ 1159 * testsuite/util/performance/assoc/mem_usage/ 1161 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same. 1193 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp 1194 * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp 1195 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp 1549 * testsuite/util/performance/priority_queue/mem_usage/ 1557 * testsuite/util/performance/assoc/mem_usage/ 1559 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same. 1901 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: [all …]
|
| D | ChangeLog-2009 | 10582 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Likewise. 10583 * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: 10602 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
|
| D | ChangeLog-2017 | 4361 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 116258 c054caa235862935627744effe0bb88b libstdc++-v3/testsuite/util/performance/assoc/mem_usage/erase_tes… 116259 c8a92941ff1e209c85f85c6311e13878 libstdc++-v3/testsuite/util/performance/assoc/mem_usage/multimap_… 116271 95275499000a17fc5f381fb33e15711f libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/…
|