Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 419 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 419 Bytes

Alloc stat

demo

Usage

set the AS_VERBOSE environment variable to 1 to print every allocation call.

using Nix

Run directly

nix run github:Sigmapitech/alloc_stats -- ls

without Nix

Clone the repository

git clone Sigmapitech/alloc_stats
cd alloc_stats

Build the library

make

Run by using preloading

LD_PRELOAD=liballoc_stats.so ls