memwatch
memwatch
-
MEMWATCH and YAMD are both useful debugging tools and they require different approaches .
MEMWATCH和YAMD都是很有用的调试工具,它们的使用方法有所不同。
-
With MEMWATCH , you need to add the include file memwatch . h and turn on two compile time flags .
对于MEMWATCH,您需要添加包含文件memwatch.h并打开两个编译时间标记。
-
Tools that show the location of memory leaks , overruns , and the like can solve memory management problems , and I find MEMWATCH and YAMD helpful .
能显示内存泄漏、溢出等等的位置的工具可以解决内存管理问题,我发现MEMWATCH和YAMD很有帮助。