]> granicus.if.org Git - graphviz/commit
remove dmalloc support
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Jun 2020 19:50:06 +0000 (12:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Jun 2020 19:50:06 +0000 (12:50 -0700)
commit55d3a3f623a3c7de4a2890823b9b2685b5155588
tree743d15811fe6800586ae88c155f6f49753b2e648
parentd63bae508623c88e182b7a6a64971f58c673ef97
remove dmalloc support

Dmalloc is a library for debugging allocation problems [0]. Though it can be
useful, these days its functionality is subsumed by Valgrind and Address
Sanitizer. These two are simpler to use and more precise/detailed than dmalloc.

  [0]: https://dmalloc.com/
24 files changed:
lib/cgraph/refstr.c
lib/common/memory.h
lib/graph/attribs.c
lib/graph/edge.c
lib/graph/graph.c
lib/graph/lexer.c
lib/graph/node.c
lib/graph/parser.y
lib/graph/refstr.c
lib/graph/trie.c
lib/pathplan/cvt.c
lib/pathplan/inpoly.c
lib/pathplan/route.c
lib/pathplan/shortest.c
lib/pathplan/shortestpth.c
lib/pathplan/solvers.c
lib/pathplan/triang.c
lib/pathplan/util.c
lib/pathplan/visibility.c
lib/rbtree/Makefile.am
lib/rbtree/makefile.txt
lib/rbtree/red_black_tree.h
lib/rbtree/simple_test.sh [deleted file]
tclpkg/tclhandle/tclhandle.c