摘要: 原文地址:http://www.nobugs.org/developer/win32/debug_crt_heap.html调试程序时有时会遇到HEAP CORRUPTION DETECTED,但是其内部是怎么检测堆溢出的呢。该文章就描述了其内部实现细节When you compile programs with DevStudio in debug mode, all of your calls to malloc() and free() use a special “debug” implementation.Rather than being blazingly fast, the d 阅读全文
posted @ 2012-09-25 17:24 D3猎人 阅读(327) 评论(0) 推荐(1) 编辑