Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos_unix.c37 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable
408 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()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py597 alloc_list = allocations[allocator]
598 alloc_list.sort()
604 alloc_list, key=lambda allocation: allocation[0]):