Searched refs:new_head (Results 1 – 2 of 2) sorted by relevance
56 struct list *new_head = xmalloc (sizeof (*new_head)); in allocation_thread_function() local57 allocated += sizeof (*new_head); in allocation_thread_function()58 new_head->next = head; in allocation_thread_function()59 head = new_head; in allocation_thread_function()
47 struct heap_filler *new_head = malloc (sizeof (*new_head) + pad); in fill_heap() local48 if (new_head == NULL) in fill_heap()59 new_head->next = head; in fill_heap()60 head = new_head; in fill_heap()