Searched refs:AllocationEntry (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/expat/tests/
H A Dmemcheck.c47 } AllocationEntry; typedef in typeref:struct:allocation_entry
49 static AllocationEntry *alloc_head = NULL;
50 static AllocationEntry *alloc_tail = NULL;
52 static AllocationEntry *find_allocation(void *ptr);
57 AllocationEntry *entry = malloc(sizeof(AllocationEntry));
84 static AllocationEntry *
86 AllocationEntry *entry;
99 AllocationEntry *entry;
127 AllocationEntry *entr
[all...]

Completed in 39 milliseconds