]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 3 Nov 2011 22:07:19 +0000 (15:07 -0700)
commit53d6effc05ca1654b3a7a2b4a1b7fbad794b861f
treea98727ed8d8ca7450d57bacd349ce7a1e0c5f23d
parentb83dfcff5ebc43241e918805d27f3eede66e38ac
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