Home
last modified time | relevance | path

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

/external/expat/tests/
Dmemcheck.c48 } 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()
[all …]