Searched refs:malloc_heap_idx (Results 1 – 3 of 3) sorted by relevance
31 uint32_t malloc_heap_idx; member
234 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()
483 req.alloc_req.malloc_heap_idx = heap - mcfg->malloc_heaps; in try_expand_heap_secondary()