Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c27 static size_t total_alloc = 0; variable
51 total_alloc += size; in block_init()
67 total_alloc -= size; in block_check()
125 if (total_alloc != 0) in main()
128 (unsigned long) total_alloc); in main()
143 initial_alloc = total_alloc; in testhalves()
145 if (initial_alloc != total_alloc) in testhalves()
148 (unsigned long) total_alloc - initial_alloc); in testhalves()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c1050 int total_alloc; /* total number of allocations */ member
1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
4837 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4885 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()
4918 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4951 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
4990 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5038 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()
5077 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
5123 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1050 int total_alloc; /* total number of allocations */ member
1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
4840 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4889 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()
4923 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4957 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
4997 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5046 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()
5086 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
5133 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c2710 uint64_t norm_alloc, norm_space, total_alloc, total_found; in dump_block_stats() local
2788 total_alloc = norm_alloc + metaslab_class_get_alloc(spa_log_class(spa)); in dump_block_stats()
2791 if (total_found == total_alloc) { in dump_block_stats()
2799 (u_longlong_t)total_alloc, in dump_block_stats()
2801 (longlong_t)(total_alloc - total_found)); in dump_block_stats()