X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Frte_malloc.c;h=b119ebae363ef52aeabdfeeafd73d86cd57e1cf1;hb=cfe3aeb170b2f6277e6f96173599da51eab0654f;hp=54792ea5b1781e1380578716e26a6f2ca09b9e3d;hpb=ba4edc8f27a71724280bf1776d5f1253ab87b298;p=dpdk.git diff --git a/lib/librte_eal/common/rte_malloc.c b/lib/librte_eal/common/rte_malloc.c index 54792ea5b1..b119ebae36 100644 --- a/lib/librte_eal/common/rte_malloc.c +++ b/lib/librte_eal/common/rte_malloc.c @@ -196,7 +196,7 @@ rte_malloc_get_socket_stats(int socket, /* * Function to dump contents of all heaps */ -void __rte_experimental +void rte_malloc_dump_heaps(FILE *f) { struct rte_mem_config *mcfg = rte_eal_get_configuration()->mem_config;