]> git.sur5r.net Git - openldap/commit
ITS#6437, save space: Do not allocate the tail, except if size==0.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 5 Jan 2010 22:11:24 +0000 (22:11 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 3 Nov 2011 22:05:16 +0000 (15:05 -0700)
commit7d271081d2f1ea59e6965818c2de7f6179253faa
treec133dd7cdccae0cf519b592864446bb0052d4679
parent4103a1052c160444c69bbfd246a7407b77a3307a
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.
servers/slapd/sl_malloc.c