Implement simple memory leak detector.
authorBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 21:46:15 +0000 (13:46 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 22:07:44 +0000 (14:07 -0800)
commit0634c9676a343dd01dbdde3ba7e51a1fba3b8575
treeb24d25a670c5d4aac33283f9a1471be0df701b90
parent2c0abbb648f0fdb819fca22ca3a616fe1e34144e
Implement simple memory leak detector.

Initially, make it available only in secchan and vswitchd.  But it's easy
to add it elsewhere too.
16 files changed:
debian/openflow-common.install
lib/automake.mk
lib/leak-checker.c [new file with mode: 0644]
lib/leak-checker.h [new file with mode: 0644]
lib/leak-checker.man [new file with mode: 0644]
lib/queue.c
lib/vconn-ssl.c
lib/vconn-stream.c
lib/vlog-modules.def
m4/libopenflow.m4
secchan/secchan.8.in
secchan/secchan.c
utilities/automake.mk
utilities/ofp-parse-leaks.in [new file with mode: 0755]
vswitchd/vswitchd.8.in
vswitchd/vswitchd.c