Skip to content

C++ memory allocation trace, report library for windows program

Notifications You must be signed in to change notification settings

COMETLEEE/memtracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memtracer

C++ memory allocation trace and report library for windows program

Feature

  • Multi-threaded support.

Step 1

  • Trace memory leak
    • Report call stack dump for all memory allocations.
  • Trace total memory allocation amount and count.
  • Trace memory allocation from a specific point in time.

Step 2

  • Call stack dump report analyze tool
    • View node graph by specific functions. (See memory allocation from specific function)

Dependency

  • C++ 17
  • Windows
  • rapidjson

About

C++ memory allocation trace, report library for windows program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages