Searched refs:alloc_list (Results 1 – 2 of 2) sorted by relevance
37 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable408 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) { in os_program_deinit()745 dl_list_add(&alloc_list, &a->list); in os_malloc()
597 alloc_list = allocations[allocator]598 alloc_list.sort()604 alloc_list, key=lambda allocation: allocation[0]):