A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 368f2814f83033c7bb11b3b6bb72a876e464a22d (commit) via e100826c3048b6460164b76f4ff92da6dec464ff (commit) via 7d271081d2f1ea59e6965818c2de7f6179253faa (commit) via 4103a1052c160444c69bbfd246a7407b77a3307a (commit) from 5d0059d3c1fbe153b137aa42eb18673d97fc05df (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 368f2814f83033c7bb11b3b6bb72a876e464a22d Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 5 23:31:14 2010 +0000
ITS#6437: Fix pool version misalignment: It aligned heads, not returned blocks
commit e100826c3048b6460164b76f4ff92da6dec464ff Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 5 23:14:14 2010 +0000
ITS#6437, move structs slab_object and slab_heap from slap.h to sl_malloc.c
commit 7d271081d2f1ea59e6965818c2de7f6179253faa Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 5 22:11:24 2010 +0000
ITS#6437, save space: Do not allocate the tail, except if size==0. Store a tail only in freed blocks. (Alignment ensures there will be room.) Put the freed mark in next block's head.
commit 4103a1052c160444c69bbfd246a7407b77a3307a Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 5 19:40:28 2010 +0000
ITS#6437 cleanup (noop patch): Join SLAP_NO_SL_MALLOC code with identical ctx==NULL code. Add enum No_sl_malloc to avoid #ifdef SLAP_NO_SL_MALLOC.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/sl_malloc.c | 159 ++++++++++++++++++++++++--------------------- servers/slapd/slap.h | 20 ------ 2 files changed, 86 insertions(+), 93 deletions(-)