Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1753 alloc_counts[ (int) alloc_type_varray ].total_alloc++;
5013 if (alloc_counts[i].total_alloc)
5017 alloc_counts[i].alloc_name,
5018 alloc_counts[i].total_alloc,
5019 alloc_counts[i].total_free,
5020 alloc_counts[i].total_pages);
5270 alloc_counts[ (int) alloc_type_scope ].total_free++;
5404 alloc_counts[ (int) alloc_type_tag ].total_pages++; in allocate_tag()
5416 alloc_counts[ (int) alloc_type_tag ].total_alloc++; in allocate_tag()
5427 alloc_counts[ (int) alloc_type_tag ].total_free++;
[all …]
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c1644 alloc_counts[ (int) alloc_type_varray ].total_alloc++; in add_varray_page()
4891 if (alloc_counts[i].total_alloc) in main()
4895 alloc_counts[i].alloc_name, in main()
4896 alloc_counts[i].total_alloc, in main()
4897 alloc_counts[i].total_free, in main()
4898 alloc_counts[i].total_pages); in main()
5135 alloc_counts[ (int) alloc_type_scope ].total_free++; in free_scope()
5269 alloc_counts[ (int) alloc_type_tag ].total_pages++; in allocate_tag()
5281 alloc_counts[ (int) alloc_type_tag ].total_alloc++; in allocate_tag()
5291 alloc_counts[ (int) alloc_type_tag ].total_free++; in free_tag()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c1523 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
1524 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()
4864 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4874 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
4947 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4981 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
5008 alloc_counts[(int) alloc_type_tag].total_pages++; in allocate_tag()
5021 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5031 alloc_counts[(int) alloc_type_tag].total_free++; in free_tag()
5110 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1524 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()
1525 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()
4863 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4873 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
4946 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4980 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
5007 alloc_counts[(int) alloc_type_tag].total_pages++; in allocate_tag()
5020 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5030 alloc_counts[(int) alloc_type_tag].total_free++; in free_tag()
5109 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
[all …]