Skip to content

Count allocations at runtime, print them at exit.

Notifications You must be signed in to change notification settings

springmeyer/libnew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnew

Count allocations at runtime, print them at exit.

Build Status

Building

make

Testing

make test

Usage

On OS X:

DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=libnew.dylib ./your-command

On Linux:

LD_PRELOAD=libnew.so ./your-command

About

Count allocations at runtime, print them at exit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published