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

/freebsd-13-stable/contrib/expat/tests/
H A Dmemcheck.c49 static AllocationEntry *alloc_head = NULL; variable
72 if (alloc_head == NULL) {
74 alloc_head = alloc_tail = entry;
88 for (entry = alloc_head; entry != NULL; entry = entry->next) {
112 alloc_head = entry->next;
156 if (alloc_head == NULL) {
158 alloc_head = alloc_tail = entry;
181 if (alloc_head == NULL)
185 for (entry = alloc_head; entry != NULL; entry = entry->next) {

Completed in 59 milliseconds