Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_internal_cfg.h81 volatile unsigned match_allocations; member
H A Dmalloc_elem.c346 (!internal_conf->match_allocations || in next_elem_is_adjacent()
358 (!internal_conf->match_allocations || in prev_elem_is_adjacent()
H A Dmalloc_heap.c905 if (internal_conf->match_allocations && elem->size != elem->orig_size) in malloc_heap_free()
1402 if (internal_conf->match_allocations) in rte_eal_malloc_heap_init()
H A Deal_common_options.c2105 if (internal_cfg->legacy_mem && internal_cfg->match_allocations) { in eal_check_common_options()
2110 if (internal_cfg->no_hugetlbfs && internal_cfg->match_allocations) { in eal_check_common_options()
/dpdk/lib/eal/linux/
H A Deal.c716 internal_conf->match_allocations = 1; in eal_parse_args()