Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_em.c370 uint64_t *memory_footprint, in __table_create() argument
418 if (memory_footprint) in __table_create()
419 *memory_footprint = total_size; in __table_create()
820 uint64_t memory_footprint; in table_footprint() local
823 status = __table_create(NULL, &memory_footprint, params, args, 0); in table_footprint()
827 return memory_footprint; in table_footprint()