AllocationEntry
AllocationEntry *entry;
AllocationEntry *entry;
entry = (AllocationEntry *)malloc(sizeof(AllocationEntry));
AllocationEntry *entry;
static AllocationEntry *alloc_head = NULL;
static AllocationEntry *alloc_tail = NULL;
static AllocationEntry *find_allocation(const void *ptr);
AllocationEntry *const entry
= (AllocationEntry *)malloc(sizeof(AllocationEntry));
static AllocationEntry *
AllocationEntry *entry;