We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

debug_new

Warning: Older projects may have to be compiled with -DDEBUG_NEW_CONFIG_HAVE_DEPRECATED

Debug_New offers the possibility of debugging memoryleaks, not only (note the “not only”; that’s just one of its functions) in a kind of way, but implemented using memory-states.
– Cross platform + Cross compiler support (only utilizes the preprocessor and template-voodoo-magic for c++)
– Supports C and C++
– Supports gcc and g++
– Supports pthread and any posix platform
– Multithreading is supported.
– Easy to use and install (just include the header and link the source).
– Easily debug memory-leaks.
– Easily debug dangling pointers.
– Easily debug deallocation method correctness.
– Easily debug array index errors (when writing past the end).
– Easily profile memory usage and track down memory hawks.
– Click-And-Goto-Source support for Visual Studio.
– Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website https://debugnew.sourceforge.io
Tags
License
Platform
Features
  • C / C++ support
  • Multithreading support
  • Support for all STDC memory methods / operators
  • Highly configurable
  • Click-And-Goto-Source support for Visual Studio