Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dmips-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 …]
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.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()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3662 uint64_t norm_alloc, norm_space, total_alloc, total_found; in dump_block_stats() local
3745 total_alloc = norm_alloc + metaslab_class_get_alloc(spa_log_class(spa)); in dump_block_stats()
3749 if (total_found == total_alloc) { in dump_block_stats()
3757 (u_longlong_t)total_alloc, in dump_block_stats()
3759 (longlong_t)(total_alloc - total_found)); in dump_block_stats()