alloc_list
struct alloc_list *alist;
struct alloc_list *next;
static struct alloc_list *halist = NULL;
struct alloc_list *alist = NULL;
alist = (struct alloc_list *)malloc(sizeof (*alist));
struct alloc_list *alist, *alist_prev;
extern list_property_ptr_t alloc_list(void);
if ((new_list = alloc_list()) == NULL)
if ((new_list = alloc_list()) == NULL)
struct mtest_alloc_ent *alloc_list;
new_ent->next = handle->alloc_list;
handle->alloc_list = new_ent;
p = &handle->alloc_list;
while ((p1 = handle->alloc_list) != NULL) {
handle->alloc_list = p1->next;