Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.h21 struct malloc_elem { struct
23 struct malloc_elem *volatile prev; argument
25 struct malloc_elem *volatile next; argument
33 struct malloc_elem *orig_elem; argument
46 malloc_elem_cookies_ok(const struct malloc_elem *elem){ return elem != NULL; } in malloc_elem_cookies_ok() argument
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst819 .. _malloc_elem: target