HomeSort by: relevance | last modified time | path
    Searched defs:alloc_head (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/expat/dist/tests/
memcheck.c 51 static AllocationEntry *alloc_head = NULL; variable
74 if (alloc_head == NULL) {
76 alloc_head = alloc_tail = entry;
90 for (entry = alloc_head; entry != NULL; entry = entry->next) {
114 alloc_head = entry->next;
158 if (alloc_head == NULL) {
160 alloc_head = alloc_tail = entry;
182 if (alloc_head == NULL)
186 for (entry = alloc_head; entry != NULL; entry = entry->next) {

Completed in 20 milliseconds