Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h519 rte_malloc_dump_stats(FILE *f, const char *type);
/f-stack/dpdk/app/test/
H A Dtest_malloc.c137 rte_malloc_dump_stats(stdout, "dummy"); in test_align_overlap_per_lcore()
232 rte_malloc_dump_stats(stdout, "dummy"); in test_reordered_free_per_lcore()
299 rte_malloc_dump_stats(stdout, "stats"); in test_multi_alloc_statistics()
H A Dcommands.c135 rte_malloc_dump_stats(stdout, NULL); in cmd_dump_parsed()
H A Dtest_external_mem.c358 rte_malloc_dump_stats(stdout, NULL); in test_malloc_basic()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def85 rte_malloc_dump_stats
H A Dversion.map118 rte_malloc_dump_stats;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c321 rte_malloc_dump_stats(FILE *f, __rte_unused const char *type) in rte_malloc_dump_stats() function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst224 * eal: Functions ``rte_malloc_dump_stats()``, ``rte_malloc_dump_heaps()`` and