Home
last modified time | relevance | path

Searched refs:new_head (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/malloc/
Dtst-malloc_info.c56 struct list *new_head = xmalloc (sizeof (*new_head)); in allocation_thread_function() local
57 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()
Dtst-dynarray-fail.c47 struct heap_filler *new_head = malloc (sizeof (*new_head) + pad); in fill_heap() local
48 if (new_head == NULL) in fill_heap()
59 new_head->next = head; in fill_heap()
60 head = new_head; in fill_heap()