Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/tests/
Dmemcheck.c50 static AllocationEntry *alloc_head = NULL; variable
74 if (alloc_head == NULL) { in tracking_malloc()
76 alloc_head = alloc_tail = entry; in tracking_malloc()
90 for (entry = alloc_head; entry != NULL; entry = entry->next) { in find_allocation()
114 alloc_head = entry->next; in tracking_free()
158 if (alloc_head == NULL) { in tracking_realloc()
160 alloc_head = alloc_tail = entry; in tracking_realloc()
182 if (alloc_head == NULL) in tracking_report()
186 for (entry = alloc_head; entry != NULL; entry = entry->next) { in tracking_report()