A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 9240cbfb2992c8717e2845e7af7e45f9d4470f8a (commit) via 472c0d78770e08d7f6f92eb6bd35758ddb712c2a (commit) from ca95d353a42eeccc23e64d0b20e4196e1cc2625e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9240cbfb2992c8717e2845e7af7e45f9d4470f8a Merge: 472c0d7 ca95d35 Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 21:42:58 2011 -0700
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit 472c0d78770e08d7f6f92eb6bd35758ddb712c2a Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 21:39:45 2011 -0700
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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/sl_malloc.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-)