Re: [vpp-dev] About memory debug

2018-11-06 Thread Dave Barach via Lists.Fd.Io
Sure: go look at .../src/vppinfra/{dlmalloc.[ch], mheap.[ch]} From: vpp-dev@lists.fd.io On Behalf Of tianye@sina Sent: Monday, November 5, 2018 9:23 PM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] About memory debug So, everybody here debug the memory issue only with code review? :) That does

Re: [vpp-dev] About memory debug

2018-11-06 Thread Damjan Marion via Lists.Fd.Io
> On 6 Nov 2018, at 03:23, tianye@sina wrote: > > So, everybody here debug the memory issue only with code review? J > That does not make sense, right? > so would you please share something for me? I typically use gdb... -- Damjan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [vpp-dev] About memory debug

2018-11-06 Thread tianye@sina
So, everybody here debug the memory issue only with code review? J That does not make sense, right? so would you please share something for me? From: tianye@sina [mailto:tiany...@sina.com] Sent: Monday, November 5, 2018 9:53 AM To: 'vpp-dev@lists.fd.io' Subject: About memory debug He

[vpp-dev] About memory debug

2018-11-05 Thread tianye@sina
Hello Everyone: As we all knows, the VPP platform is an intensive memory utilizing platform. VPP handles a large number of memory buffers/caches and other wrapped memory blocks. Is there some facility to help developers debug the memory related bugs/issues? For some classic memory related bu