Searched defs:malloc_heap (Results 1 – 2 of 2) sorted by relevance
24 struct malloc_heap { struct25 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
812 .. _figure_malloc_heap:819 .. _malloc_elem: