Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

scps950707/allocTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

make
LD_PRELOAD=./malloc.so [Command]
./parse.py < logfile.txt > paired

# Draw memory allocation distribution
./plot.py < paired

# Create header and do test
./header.py < paired > test.h

gcc test.c -o test
valgrind --leak-check=yes ./test

Example: Distribution of launching Xilinx SDK2017.4 under Ubuntu 16.04

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published