Skip to content
David Hill edited this page Jul 18, 2013 · 1 revision

exude is a simple to use memory debugger. The idea is to enhance standard memory allocation calls with simple replacements that add just a little more functionality, such as keeping track if memory was previously allocated, to prevent common errors such as double free, memory leaks etc.

Please read the man page for a more detailed explanation.

Installation and use

On OpenBSD:

make obj
make depend
make
make install

This will compile and install libexude.* in /usr/local/lib.

exude Resources

  • Forum
  • Bug tracker
  • viewgit
  • manpage
  • Snapshots
  • Mailing lists
    • exude-commits
      • subscribe: email exude-commits+subscribe at opensource.conformal.com
      • unsubscribe: email exude-commits+unsubscribe at opensource.conformal.com
  • Anonymous source is available via one of the following:
    • git clone git://github.com/conformal/exude.git
    • git clone https://github.com/conformal/exude.git
Clone this wiki locally