Home
last modified time | relevance | path

Searched refs:match_allocations (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_internal_cfg.h72 volatile unsigned match_allocations; member
H A Dmalloc_elem.c351 (!internal_conf->match_allocations || in next_elem_is_adjacent()
363 (!internal_conf->match_allocations || in prev_elem_is_adjacent()
H A Dmalloc_heap.c872 if (internal_conf->match_allocations && elem->size != elem->orig_size) in malloc_heap_free()
1333 if (internal_conf->match_allocations) in rte_eal_malloc_heap_init()
H A Deal_common_options.c1944 if (internal_cfg->legacy_mem && internal_cfg->match_allocations) { in eal_check_common_options()
1949 if (internal_cfg->no_hugetlbfs && internal_cfg->match_allocations) { in eal_check_common_options()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c814 internal_conf->match_allocations = 1; in eal_parse_args()