Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c29 env_malloc(size_t size, size_t alignment, int numa_node) in env_malloc() function
45 env_malloc(size_t size, size_t alignment __rte_unused, int numa_node) in env_malloc() function
424 memory = env_malloc(total_size, RTE_CACHE_LINE_SIZE, numa_node); in __table_create()