Searched refs:AllocationEntry (Results 1 – 1 of 1) sorted by relevance
47 } AllocationEntry; typedef49 static AllocationEntry *alloc_head = NULL;50 static AllocationEntry *alloc_tail = NULL;52 static AllocationEntry *find_allocation(void *ptr);57 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc()84 static AllocationEntry *86 AllocationEntry *entry; in find_allocation()99 AllocationEntry *entry; in tracking_free()127 AllocationEntry *entry; in tracking_realloc()143 entry = malloc(sizeof(AllocationEntry)); in tracking_realloc()[all …]