How HeapAgent is different from other memory-checking toolsThe earlier you catch bugs, the less expensive they are. Every tools vendor says it. You've heard it. HeapAgent delivers it. HeapAgent is the first memory checker that was designed both to be thorough in its error detection AND to be used every time you run your app. That's why HeapAgent works on regular debug builds and has effectively no runtime impact. In fact, we're so serious about HeapAgent's "use it all the time" philosophy that there are some errors, such as stack violations, that HeapAgent intentionally does not catch because no technique has been devised that catches them without sacrificing this zero-cost usability. There are huge benefits to checking your regular builds for memory bugs every time you run your app:
In fact, with HeapAgent, memory error detection becomes as painless and transparent as the compile-time error detection that is built into your compiler. In both cases, new code is always checked, so you can find and fix any bugs before the code is ever checked in. |