Home
last modified time | relevance | path

Searched refs:env_calloc (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/table/
H A Drte_swx_table_learner.c23 env_calloc(size_t size, size_t alignment, int numa_node) in env_calloc() function
39 env_calloc(size_t size, size_t alignment __rte_unused, int numa_node) in env_calloc() function
400 t = env_calloc(p.total_size, RTE_CACHE_LINE_SIZE, numa_node); in rte_swx_table_learner_create()
H A Drte_swx_table_selector.c18 env_calloc(size_t size, size_t alignment, int numa_node) in env_calloc() function
34 env_calloc(size_t size, size_t alignment __rte_unused, int numa_node) in env_calloc() function
290 t->group_table = env_calloc(t->group_table_size, RTE_CACHE_LINE_SIZE, numa_node); in rte_swx_table_selector_create()