Home
last modified time | relevance | path

Searched refs:total_alloc (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDmips-tfile.c1108 int total_alloc; /* total number of allocations */ member
1644 alloc_counts[ (int) alloc_type_varray ].total_alloc++; in add_varray_page()
4891 if (alloc_counts[i].total_alloc) in main()
4896 alloc_counts[i].total_alloc, in main()
5125 alloc_counts[ (int) alloc_type_scope ].total_alloc++; in allocate_scope()
5175 alloc_counts[ (int) alloc_type_vlinks ].total_alloc++; in allocate_vlinks()
5208 alloc_counts[ (int) alloc_type_shash ].total_alloc++; in allocate_shash()
5241 alloc_counts[ (int) alloc_type_thash ].total_alloc++; in allocate_thash()
5281 alloc_counts[ (int) alloc_type_tag ].total_alloc++; in allocate_tag()
5338 alloc_counts[ (int) alloc_type_forward ].total_alloc++; in allocate_forward()
[all …]
/NextBSD/contrib/binutils/gas/
HDecoff.c1053 int total_alloc; /* total number of allocations */ member
1524 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
4863 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4912 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()
4946 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4980 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
5020 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5069 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()
5109 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
5156 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()
/NextBSD/contrib/unbound/daemon/
HDworker.c108 size_t total_alloc, size_t total_free) in debug_memleak() argument
117 base_alloc = total_alloc; in debug_memleak()
121 cur_af = total_alloc - total_free; in debug_memleak()
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c2679 uint64_t norm_alloc, norm_space, total_alloc, total_found; in dump_block_stats() local
2757 total_alloc = norm_alloc + metaslab_class_get_alloc(spa_log_class(spa)); in dump_block_stats()
2760 if (total_found == total_alloc) { in dump_block_stats()
2768 (u_longlong_t)total_alloc, in dump_block_stats()
2770 (longlong_t)(total_alloc - total_found)); in dump_block_stats()