Hi, > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Monday, July 29, 2024 10:48 PM > To: Gagandeep Singh <g.si...@nxp.com> > Cc: dev@dpdk.org; Reshma Pattan <reshma.pat...@intel.com>; Hemant > Agrawal <hemant.agra...@nxp.com> > Subject: Re: [PATCH 1/2] app/proc-info: add memory heap dump > > 02/07/2024 15:14, Gagandeep Singh: > > --- a/app/proc-info/main.c > > +++ b/app/proc-info/main.c > > @@ -637,6 +638,10 @@ meminfo_display(void) > > rte_memzone_dump(stdout); > > printf("---------- END_MEMORY_ZONES -----------\n"); > > > > + printf("------------ HEAP DUMP -------------\n"); > > Should we add "MALLOC"? > With underscores for consistency? Ok, submitted the V2.
> > > + rte_malloc_dump_heaps(stdout); > > + printf("---------- END_HEAP_DUMP -----------\n"); > > + > > printf("------------- TAIL_QUEUES -------------\n"); > > rte_dump_tailq(stdout); > > printf("---------- END_TAIL_QUEUES ------------\n"); > > > > > >