Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 405 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 405 Bytes

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