Thursday, July 23, 2009

Memory leak detection for WinCE

Good write up on the Memory leak detection for WinCE:
http://www.codeproject.com/KB/mobile/ce_crtdbg.aspx

Since the standard crtdbg.h is not available on the Windows Mobile, the author provided his implementation of _CrtSetDbgFlag to track the memory leaks.

No comments: