Home
last modified time | relevance | path

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

/external/ethtool/
Dtest-common.c59 static struct list_head malloc_list = LIST_HEAD_INIT(malloc_list); variable
67 list_add(block, &malloc_list); in test_malloc()
112 list_add(block, &malloc_list); in test_realloc()
120 list_for_each_safe(block, next, &malloc_list) in test_free_all()
122 init_list_head(&malloc_list); in test_free_all()