Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 205 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 205 Bytes

debug_new is a dynamic way to record every new and delete actions in C++ user function call.

It can record every function caller and trace to the caller address. It can only be used in Linux environment.