log-malloc

log-malloc is a simple malloc/free logger.
Download

log-malloc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kefeer
  • Publisher web site:
  • http://www.brokestream.com/wordpress/category/log-malloc/

log-malloc Tags


log-malloc Description

log-malloc is a simple malloc/free logger. log-malloc is a simple malloc/free logger. It is very small and has no dependencies. No configuration is necessary.log-malloc project logs parameters, return values, and the call stack. There is no need to rebuild the application that will be logged.Build: gcc -nostartfiles –shared -fPIC -g -ldl -o log-malloc.so log-malloc.cUsage: LD_PRELOAD=./log-malloc.so command args …If you want redirect output to file run: LD_PRELOAD=./log-malloc.so command args … 200>filenameYou could use addr2line tool from GNU binutils to convert 0x addresses into source code line numbers.What's New in This Release:· Thread-safe stack traversal and optional pthread locks.


log-malloc Related Software