Searched refs:alloc_head (Results 1 – 2 of 2) sorted by relevance
50 static AllocationEntry *alloc_head = NULL; variable75 if (alloc_head == NULL) { in tracking_malloc()77 alloc_head = alloc_tail = entry; in tracking_malloc()92 for (entry = alloc_head; entry != NULL; entry = entry->next) { in find_allocation()117 alloc_head = entry->next; in tracking_free()162 if (alloc_head == NULL) { in tracking_realloc()164 alloc_head = alloc_tail = entry; in tracking_realloc()188 if (alloc_head == NULL) in tracking_report()192 for (entry = alloc_head; entry != NULL; entry = entry->next) in tracking_report()
33 static struct alloc_node *alloc_head; variable57 node->next = alloc_head; in VbExMalloc()61 alloc_head = node; in VbExMalloc()70 for (nodep = &alloc_head; *nodep; nodep = &(*nodep)->next) in find_node()109 if (!alloc_head) in vboot_api_stub_check_memory()117 for (node = alloc_head; node; node = next) { in vboot_api_stub_check_memory()