www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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?

↑ ↓ ← "news.digitalmars.com" <xy attbi.com> writes:
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
Jan Knepper <jan smartsoft.us> writes:
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
↑ ↓ "news.digitalmars.com" <xy attbi.com> writes:
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


 and especially checking an applications heap and stack size usage?

 Thanks,
 -Bruce


Oct 18 2002
↑ ↓ → bw <bw_member pathlink.com> writes:
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?

the current version's documentation (mfc6?) is online at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_class_library_reference_introduction.asp but i think the digitalmars cd has mfc docs for 4.21 along with the win32 SDK. The correct docs on the version you have is probably the way to go, the cd sounds like a deal at the price offered. i prefer books but they're getting harder to find and more expensive every day... L8r, bw
Oct 18 2002
→ "Walter" <walter digitalmars.com> writes:
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