Skip to content

An overload of overload of global operator new and global operator delete to explicitly check for memory leaks and freeing invalid memory.

License

Notifications You must be signed in to change notification settings

Ayxan13/MemoryAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MemoryAnalysis

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.

About

An overload of overload of global operator new and global operator delete to explicitly check for memory leaks and freeing invalid memory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages