Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.h31 uint32_t malloc_heap_idx; member
H A Dmalloc_mp.c234 if (ar->malloc_heap_idx >= RTE_MAX_HEAPS) { in handle_alloc_request()
239 heap = &mcfg->malloc_heaps[ar->malloc_heap_idx]; in handle_alloc_request()
H A Dmalloc_heap.c483 req.alloc_req.malloc_heap_idx = heap - mcfg->malloc_heaps; in try_expand_heap_secondary()