Re: [fpc-pascal] log memory usage at runtime

2005-10-27 Thread Marc Santhoff
Am Donnerstag, den 27.10.2005, 16:40 +0200 schrieb Peter Vreman: > At 16:35 27-10-2005, you wrote: > >Hi, > > > >can the memory manager of fpc be watched at runtime? > > > >I'd like to log allocation and release of memory chunks by a GUI program > >under suspicion of leaking memory. This seems to

Re: [fpc-pascal] log memory usage at runtime

2005-10-27 Thread Peter Vreman
At 16:35 27-10-2005, you wrote: Hi, can the memory manager of fpc be watched at runtime? I'd like to log allocation and release of memory chunks by a GUI program under suspicion of leaking memory. This seems to be a problem only under some unknown circumstances... At least the total mem at st