Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Matthew Brush
On 15-10-09 04:43 PM, Matthew Brush wrote: On 15-10-09 03:42 PM, Pengfei Sun wrote: [...] Do you have any further suggestions for my case? I made a quick and dirty patch that will log on the terminal wherever in (virtual) memory the buffer is stored, whenever it moves, per-file. See attachm

Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Matthew Brush
On 15-10-09 03:42 PM, Pengfei Sun wrote: Hi Lex, Thanks for your suggestions. I work on memory forensics. My part of project is to locate memory of the sensitive data. For example, when I use the geany open one sensitive file, and the content will be in the memory (heap). I hope I can locate al

Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Lex Trotman
On 10 October 2015 at 09:12, Lex Trotman wrote: > On 10 October 2015 at 08:42, Pengfei Sun wrote: >> Hi Lex, >> >> Thanks for your suggestions. >> >> I work on memory forensics. My part of project is to locate memory of the >> sensitive data. For example, when I use the geany open one sensitive f

Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Lex Trotman
On 10 October 2015 at 08:42, Pengfei Sun wrote: > Hi Lex, > > Thanks for your suggestions. > > I work on memory forensics. My part of project is to locate memory of the > sensitive data. For example, when I use the geany open one sensitive file, > and the content will be in the memory (heap). I ho

Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Pengfei Sun
Hi Lex, Thanks for your suggestions. I work on memory forensics. My part of project is to locate memory of the sensitive data. For example, when I use the geany open one sensitive file, and the content will be in the memory (heap). I hope I can locate all memory related this sensitive file. And l

Re: [Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Lex Trotman
On 10 October 2015 at 05:05, Pengfei Sun wrote: > Dear All, > > I am always using geany, but now this is the first time I prepare to look at > geany source code. I have one question about memory allocation. When we open > one new file, there will be one new window in geany. How could I track all >

[Geany-Devel] About Malloc memory for each tab?

2015-10-09 Thread Pengfei Sun
Dear All, I am always using geany, but now this is the first time I prepare to look at geany source code. I have one question about memory allocation. When we open one new file, there will be one new window in geany. How could I track all memory allocation(g_malloc) related with this window? Or wo