Searched refs:alloc_list (Results 1 – 7 of 7) sorted by relevance
55 new_ent->next = handle->alloc_list; in mtest_allocate_buf()56 handle->alloc_list = new_ent; in mtest_allocate_buf()69 p = &handle->alloc_list; in mtest_deallocate_buf()84 while ((p1 = handle->alloc_list) != NULL) { in mtest_deallocate_buf_all()85 handle->alloc_list = p1->next; in mtest_deallocate_buf_all()
49 struct mtest_alloc_ent *alloc_list; member
51 struct alloc_list struct58 struct alloc_list *next; argument61 static struct alloc_list *halist = NULL;67 struct alloc_list *alist = NULL; in add_alloc()70 alist = (struct alloc_list *)malloc(sizeof (*alist)); in add_alloc()93 struct alloc_list *alist, *alist_prev; in drop_alloc()367 struct alloc_list *alist; in check_leaks()
97 static list_t *alloc_list();381 if (($$ = alloc_list()) == NULL)391 if (($$ = alloc_list()) == NULL)406 if (($$ = alloc_list()) == NULL)416 if (($$ = alloc_list()) == NULL)505 if (($$ = alloc_list()) == NULL)514 if (($$ = alloc_list()) == NULL)529 if (($$ = alloc_list()) == NULL)536 if (($$ = alloc_list()) == NULL)551 if (($$ = alloc_list()) == NULL)[all …]
219 extern list_property_ptr_t alloc_list(void);
69 if ((new_list = alloc_list()) == NULL) in simple_prop_val_func()1082 if ((new_list = alloc_list()) == NULL)
722 alloc_list(void) in alloc_list() function