Josh Posted January 14, 2013 Share Posted January 14, 2013 This only works with Visual Studio in debug mode. long GetMemoryUsage() { _CrtMemState memstate; _CrtMemCheckpoint(&memstate); return memstate.lSizes[0]+memstate.lSizes[1]+memstate.lSizes[2]+memstate.lSizes[3]+memstate.lSizes[4]; } Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
ChrisMAN Posted January 14, 2013 Share Posted January 14, 2013 I have only used valgrind but this tool looks like it works form mscv http://code.google.com/p/drmemory/. I am looking forward to le3 on a mac/linux so i can get the full unix chainsaw. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.