Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.h24 struct malloc_heap { struct
25 rte_spinlock_t lock;
27 struct malloc_elem *volatile first;
28 struct malloc_elem *volatile last;
52 malloc_heap_alloc(const char *type, size_t size, int socket, unsigned int flags, argument
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst812 .. _figure_malloc_heap:
819 .. _malloc_elem: