Searched refs:alloc_tail (Results 1 – 1 of 1) sorted by relevance
51 static AllocationEntry *alloc_tail = NULL; variable77 alloc_head = alloc_tail = entry; in tracking_malloc()79 entry->prev = alloc_tail; in tracking_malloc()80 alloc_tail->next = entry; in tracking_malloc()81 alloc_tail = entry; in tracking_malloc()121 alloc_tail = entry->next; in tracking_free()164 alloc_head = alloc_tail = entry; in tracking_realloc()166 entry->prev = alloc_tail; in tracking_realloc()167 alloc_tail->next = entry; in tracking_realloc()168 alloc_tail = entry; in tracking_realloc()