Searched defs:malloc_elem (Results 1 – 1 of 1) sorted by relevance
23 struct __rte_cache_aligned malloc_elem { struct25 struct malloc_elem *volatile prev; argument27 struct malloc_elem *volatile next; argument41 struct malloc_elem *orig_elem; argument53 static const unsigned int MALLOC_ELEM_HEADER_LEN = sizeof(struct malloc_elem); argument