Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A 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()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c49 struct bundle_alloc_head alloc_head; member
549 pbundle->alloc_head.next = NULL; in ib_uverbs_cmd_verbs()
550 pbundle->allocated_mem = &pbundle->alloc_head; in ib_uverbs_cmd_verbs()