Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_elem.h23 struct __rte_cache_aligned malloc_elem { struct
25 struct malloc_elem *volatile prev; argument
27 struct malloc_elem *volatile next; argument
41 struct malloc_elem *orig_elem; argument
53 static const unsigned int MALLOC_ELEM_HEADER_LEN = sizeof(struct malloc_elem); argument