Lines Matching refs:AllocationEntry
48 } AllocationEntry; typedef
50 static AllocationEntry *alloc_head = NULL;
51 static AllocationEntry *alloc_tail = NULL;
53 static AllocationEntry *find_allocation(void *ptr);
60 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc()
87 static AllocationEntry *
90 AllocationEntry *entry; in find_allocation()
104 AllocationEntry *entry; in tracking_free()
133 AllocationEntry *entry; in tracking_realloc()
149 entry = malloc(sizeof(AllocationEntry)); in tracking_realloc()
186 AllocationEntry *entry; in tracking_report()