Searched refs:alloc_counts (Results 1 – 3 of 3) sorted by relevance
1401 static alloc_info_t alloc_counts[ (int) alloc_type_last ]; variable1589 alloc_counts[ (int) alloc_type_varray ].total_alloc++; in add_varray_page()1590 alloc_counts[ (int) alloc_type_varray ].total_pages++; in add_varray_page()4651 alloc_counts[ alloc_type_none ].alloc_name = "none"; in main()4652 alloc_counts[ alloc_type_scope ].alloc_name = "scope"; in main()4653 alloc_counts[ alloc_type_vlinks ].alloc_name = "vlinks"; in main()4654 alloc_counts[ alloc_type_shash ].alloc_name = "shash"; in main()4655 alloc_counts[ alloc_type_thash ].alloc_name = "thash"; in main()4656 alloc_counts[ alloc_type_tag ].alloc_name = "tag"; in main()4657 alloc_counts[ alloc_type_forward ].alloc_name = "forward"; in main()[all …]
1381 static alloc_info_t alloc_counts[(int) alloc_type_last]; variable1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()1532 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()4837 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()4839 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()4842 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()4843 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()4848 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()4849 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()4853 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()[all …]
1381 static alloc_info_t alloc_counts[(int) alloc_type_last]; variable1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()1532 alloc_counts[(int) alloc_type_varray].total_pages++; in add_varray_page()4832 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()4834 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()4837 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()4838 page_type *cur_page = alloc_counts[(int) alloc_type_scope].cur_page; in allocate_scope()4843 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()4844 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()4848 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()[all …]