Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
tools
.gitignore
Makefile
README.md
malloc-stats-1.c
malloc-stats-2.c
malloc-stats-3.c
malloc-stats.h

README.md

malloc-stats

Some very basic malloc stat example. Use the tools to explore malloc behavior in each testing case.

build

  • make
  • make clean
  • make CC=gcc

usage

  • ./malloc-stats-1
  • ./tools/pmapof malloc-stats-1
  • ./tools/htopof malloc-stats-1
  • ./tools/straceof malloc-stats-1
  • ./tools/leakcheck malloc-stats-1
You can’t perform that action at this time.