Home
last modified time | relevance | path

Searched defs:mem_list (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_malloc.c677 struct mem_list { in test_random_alloc_free() struct
678 struct mem_list *next; in test_random_alloc_free()
679 char data[0]; in test_random_alloc_free()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h246 struct rte_mempool_memhdr_list mem_list; /**< List of memory chunks */ member