tjheldna Posted September 25, 2013 Share Posted September 25, 2013 Is there a good way to check for memory leaks in LE? or is there a way to do this via VS? Cheers Quote Link to comment Share on other sites More sharing options...
Flexman Posted September 25, 2013 Share Posted September 25, 2013 For NET we use Redgate ANTS for Visual Studio. If not using .NET then please ignore. For C++ you might try Visual Leak Detector for Visual C++ 2008/2010/2012 from http://vld.codeplex.com/ Quote 6600 2.4G / GTX 460 280.26 / 4GB Windows 7 Author: GROME Terrain Modeling for Unity, UDK, Ogre3D from PackT Tricubic Studios Ltd. ~ Combat Helo Link to comment Share on other sites More sharing options...
Josh Posted September 25, 2013 Share Posted September 25, 2013 System::GetMmemoryUsage will only return perfect results on Windows in debug mode, FYI. 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...
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.