Home
last modified time | relevance | path

Searched refs:mem_usage (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmem-stats.h127 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()
Dhash-table.cc108 mem_alloc_description<mem_usage>&
111 static mem_alloc_description<mem_usage> usage; in hash_table_usage()
Dalloc-pool.h37 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()
Dvec.cc42 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()
Dbitmap.h216 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()
Dhash-table.h357 class mem_usage; variable
597 extern mem_alloc_description<mem_usage>& hash_table_usage (void);
Dggc-common.cc1120 class ggc_usage: public mem_usage
1128 : mem_usage (allocated, times, peak), in ggc_usage()
Dtree.cc8587 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()
DChangeLog-20183864 * 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.
DChangeLog-201529928 (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.
DChangeLog-201631485 * 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.
DChangeLog-201932982 * mem-stats.h (struct mem_usage): Likewise.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20061157 * 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 …]
DChangeLog-200910582 * 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:
DChangeLog-20174361 * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp:
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS116258 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/…