Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c371 uint64_t *memory_footprint, in __table_create() argument
419 if (memory_footprint) in __table_create()
420 *memory_footprint = total_size; in __table_create()
823 uint64_t memory_footprint; in table_footprint() local
826 status = __table_create(NULL, &memory_footprint, params, args, 0); in table_footprint()
830 return memory_footprint; in table_footprint()