Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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 …]
/freebsd-12.1/contrib/binutils/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 …]