Skip to content

Print stack traces in C++ (under gcc) whenever memory is allocated with new

License

Notifications You must be signed in to change notification settings

landtuna/opnew-stacktraces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opnew-stacktraces

Add the files under src/ to your C++ (gcc) project to see stack traces whenever new is called from your C++ code. Read SConstruct for required build dependencies.

This code is released under the extremely permissive CC0 license:

http://creativecommons.org/publicdomain/zero/1.0/

About

Print stack traces in C++ (under gcc) whenever memory is allocated with new

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages