An overload of global operator new and global operator delete to explicitly check for memory leaks and freeing invalid memory.
- Requires at least C++14
- This uses boost.stacktrace to point out exactly where you messed up. You must have boost configured.
- This uses MallocAllocator.h.
- NOT thread-safe as of now.