Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos_unix.c29 static struct dl_list alloc_list; variable
325 dl_list_init(&alloc_list); in os_program_init()
336 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) { in os_program_deinit()
477 dl_list_add(&alloc_list, &a->list); in os_malloc()