Lines Matching refs:alloc_counts

1381 static alloc_info_t alloc_counts[(int) alloc_type_last];  variable
1531 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()
4857 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()
4867 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()
4870 ptr->free = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in free_scope()
4871 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr; in free_scope()
4887 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks()
4888 page_type *cur_page = alloc_counts[(int) alloc_type_vlinks].cur_page; in allocate_vlinks()
4893 alloc_counts[(int) alloc_type_vlinks].cur_page = cur_page = allocate_page (); in allocate_vlinks()
4894 alloc_counts[(int) alloc_type_vlinks].total_pages++; in allocate_vlinks()
4898 alloc_counts[(int) alloc_type_vlinks].unallocated = unallocated; in allocate_vlinks()
4906 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()
4921 int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; in allocate_shash()
4922 page_type *cur_page = alloc_counts[(int) alloc_type_shash].cur_page; in allocate_shash()
4927 alloc_counts[(int) alloc_type_shash].cur_page = cur_page = allocate_page (); in allocate_shash()
4928 alloc_counts[(int) alloc_type_shash].total_pages++; in allocate_shash()
4932 alloc_counts[(int) alloc_type_shash].unallocated = unallocated; in allocate_shash()
4940 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()
4955 int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; in allocate_thash()
4956 page_type *cur_page = alloc_counts[(int) alloc_type_thash].cur_page; in allocate_thash()
4961 alloc_counts[(int) alloc_type_thash].cur_page = cur_page = allocate_page (); in allocate_thash()
4962 alloc_counts[(int) alloc_type_thash].total_pages++; in allocate_thash()
4966 alloc_counts[(int) alloc_type_thash].unallocated = unallocated; in allocate_thash()
4974 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()
4989 ptr = alloc_counts[(int) alloc_type_tag].free_list.f_tag; in allocate_tag()
4991 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr->free; in allocate_tag()
4994 int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; in allocate_tag()
4995 page_type *cur_page = alloc_counts[(int) alloc_type_tag].cur_page; in allocate_tag()
5000 alloc_counts[(int) alloc_type_tag].cur_page = cur_page = allocate_page (); in allocate_tag()
5001 alloc_counts[(int) alloc_type_tag].total_pages++; in allocate_tag()
5005 alloc_counts[(int) alloc_type_tag].unallocated = unallocated; in allocate_tag()
5014 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()
5024 alloc_counts[(int) alloc_type_tag].total_free++; in free_tag()
5027 ptr->free = alloc_counts[(int) alloc_type_tag].free_list.f_tag; in free_tag()
5028 alloc_counts[(int) alloc_type_tag].free_list.f_tag = ptr; in free_tag()
5044 int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; in allocate_forward()
5045 page_type *cur_page = alloc_counts[(int) alloc_type_forward].cur_page; in allocate_forward()
5050 alloc_counts[(int) alloc_type_forward].cur_page = cur_page = allocate_page (); in allocate_forward()
5051 alloc_counts[(int) alloc_type_forward].total_pages++; in allocate_forward()
5055 alloc_counts[(int) alloc_type_forward].unallocated = unallocated; in allocate_forward()
5063 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()
5078 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead; in allocate_thead()
5080 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free; in allocate_thead()
5083 int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; in allocate_thead()
5084 page_type *cur_page = alloc_counts[(int) alloc_type_thead].cur_page; in allocate_thead()
5089 alloc_counts[(int) alloc_type_thead].cur_page = cur_page = allocate_page (); in allocate_thead()
5090 alloc_counts[(int) alloc_type_thead].total_pages++; in allocate_thead()
5094 alloc_counts[(int) alloc_type_thead].unallocated = unallocated; in allocate_thead()
5103 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()
5113 alloc_counts[(int) alloc_type_thead].total_free++; in free_thead()
5116 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead; in free_thead()
5117 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr; in free_thead()
5131 int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; in allocate_lineno_list()
5132 page_type *cur_page = alloc_counts[(int) alloc_type_lineno].cur_page; in allocate_lineno_list()
5137 alloc_counts[(int) alloc_type_lineno].cur_page = cur_page = allocate_page (); in allocate_lineno_list()
5138 alloc_counts[(int) alloc_type_lineno].total_pages++; in allocate_lineno_list()
5142 alloc_counts[(int) alloc_type_lineno].unallocated = unallocated; in allocate_lineno_list()
5150 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()