Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_elem.h23 struct 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
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst909 .. _malloc_elem: target