Searched refs:AllocationEntry (Results 1 – 1 of 1) sorted by relevance
49 } AllocationEntry; typedef51 static AllocationEntry *alloc_head = NULL;52 static AllocationEntry *alloc_tail = NULL;54 static AllocationEntry *find_allocation(const void *ptr);59 AllocationEntry *const entry = malloc(sizeof(AllocationEntry)); in tracking_malloc()86 static AllocationEntry *88 AllocationEntry *entry; in find_allocation()101 AllocationEntry *entry; in tracking_free()129 AllocationEntry *entry; in tracking_realloc()145 entry = malloc(sizeof(AllocationEntry)); in tracking_realloc()[all …]