Home
last modified time | relevance | path

Searched refs:alloc_req (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Dmalloc_heap.c476 req.alloc_req.align = align; in try_expand_heap_secondary()
477 req.alloc_req.bound = bound; in try_expand_heap_secondary()
478 req.alloc_req.contig = contig; in try_expand_heap_secondary()
479 req.alloc_req.flags = flags; in try_expand_heap_secondary()
480 req.alloc_req.elt_size = elt_size; in try_expand_heap_secondary()
481 req.alloc_req.page_sz = pg_sz; in try_expand_heap_secondary()
482 req.alloc_req.socket = socket; in try_expand_heap_secondary()
483 req.alloc_req.malloc_heap_idx = heap - mcfg->malloc_heaps; in try_expand_heap_secondary()
H A Dmalloc_mp.h54 struct malloc_req_alloc alloc_req; member
H A Dmalloc_mp.c219 const struct malloc_req_alloc *ar = &m->alloc_req; in handle_alloc_request()