MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_eal_hugepage_init

Function rte_eal_hugepage_init

dpdk/lib/eal/linux/eal_memory.c:1666–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1664}
1665
1666int
1667rte_eal_hugepage_init(void)
1668{
1669 const struct internal_config *internal_conf =
1670 eal_get_internal_configuration();
1671
1672 return internal_conf->legacy_mem ?
1673 eal_legacy_hugepage_init() :
1674 eal_dynmem_hugepage_init();
1675}
1676
1677int
1678rte_eal_hugepage_attach(void)

Callers 1

rte_eal_memory_initFunction · 0.50

Calls 3

eal_legacy_hugepage_initFunction · 0.85
eal_dynmem_hugepage_initFunction · 0.85

Tested by

no test coverage detected