|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Memory tools?
Anyone know of some cheap (possibly free) tools for catching memory leaks and especially checking an applications heap and stack size usage? Thanks, -Bruce Oct 13 2002
MFC has that kind of stuff included if you are using MFC... "news.digitalmars.com" wrote:Anyone know of some cheap (possibly free) tools for catching memory leaks and especially checking an applications heap and stack size usage? Thanks, -Bruce Oct 14 2002
I am using MFC. Any tips on where to begin looking for some documentation on this? Thanks, -Bruce "Jan Knepper" <jan smartsoft.us> wrote in message news:3DAACD60.DDC57AD0 smartsoft.us...MFC has that kind of stuff included if you are using MFC... "news.digitalmars.com" wrote:Anyone know of some cheap (possibly free) tools for catching memory Oct 18 2002
In article <aoq2bd$2f7$1 digitaldaemon.com>, news.digitalmars.com says...I am using MFC. Any tips on where to begin looking for some documentation on this? Oct 18 2002
Try mem.h and mem.c in the ctools package (downloadable from www.digitalmars.com 's front page). "news.digitalmars.com" <xy attbi.com> wrote in message news:aod5uc$1r1j$1 digitaldaemon.com...Anyone know of some cheap (possibly free) tools for catching memory leaks and especially checking an applications heap and stack size usage? Thanks, -Bruce Oct 14 2002
|