]> git.sur5r.net Git - openldap/commit
Add Valgrind mempool support.
authorHoward Chu <hyc@openldap.org>
Fri, 9 Sep 2011 04:39:45 +0000 (21:39 -0700)
committerHoward Chu <hyc@openldap.org>
Fri, 9 Sep 2011 04:39:45 +0000 (21:39 -0700)
commit472c0d78770e08d7f6f92eb6bd35758ddb712c2a
treec1c472df5752bd46086a44bed969b351ba49b0a0
parentbadc324647013efa952c1f4cc7147dd527086a8f
Add Valgrind mempool support.

Compile with -DUSE_VALGRIND. It will attempt to keep Valgrind
informed of our memory allocations. Frees are trickier since they
may be deferred indefinitely.
servers/slapd/sl_malloc.c