Searched refs:alloc_tail (Results 1 – 1 of 1) sorted by relevance
51 static AllocationEntry *alloc_tail = NULL; variable76 alloc_head = alloc_tail = entry; in tracking_malloc()78 entry->prev = alloc_tail; in tracking_malloc()79 alloc_tail->next = entry; in tracking_malloc()80 alloc_tail = entry; in tracking_malloc()118 alloc_tail = entry->next; in tracking_free()160 alloc_head = alloc_tail = entry; in tracking_realloc()162 entry->prev = alloc_tail; in tracking_realloc()163 alloc_tail->next = entry; in tracking_realloc()164 alloc_tail = entry; in tracking_realloc()