Searched refs:alloc_type_scope (Results 1 – 2 of 2) sorted by relevance
737 alloc_type_scope, /* nested scopes linked list */ enumerator4838 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()4840 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()4843 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope()4849 alloc_counts[(int) alloc_type_scope].cur_page = cur_page = allocate_page (); in allocate_scope()4850 alloc_counts[(int) alloc_type_scope].total_pages++; in allocate_scope()4854 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()4863 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()4873 alloc_counts[(int) alloc_type_scope].total_free++; in free_scope()4876 ptr->free = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in free_scope()[all …]
878 alloc_type_scope, /* nested scopes linked list */ enumerator4704 alloc_counts[ alloc_type_scope ].alloc_name = "scope"; in main()5100 ptr = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope; in allocate_scope()5102 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr->free; in allocate_scope()5107 page_t *cur_page = alloc_counts[ (int) alloc_type_scope ].cur_page; in allocate_scope()5113 alloc_counts[ (int) alloc_type_scope ].total_pages++; in allocate_scope()5117 alloc_counts[ (int) alloc_type_scope ].unallocated = unallocated; in allocate_scope()5125 alloc_counts[ (int) alloc_type_scope ].total_alloc++; in allocate_scope()5135 alloc_counts[ (int) alloc_type_scope ].total_free++; in free_scope()5138 ptr->free = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope; in free_scope()[all …]