Samba4: LDB size limit and memory leak

Alexander Bokovoy ab at samba.org
Thu May 28 17:39:48 GMT 2009


Tridge,

On Thu, May 28, 2009 at 11:02 AM,  <tridge at samba.org> wrote:
> +       /* over-allocate to reduce fragmentation */
> +       length *= 1.25;
> +
Would you mind to make this

length += length >> 2;

?

Is it really required to use float point operations in tdb code?
-- 
/ Alexander Bokovoy


More information about the samba-technical mailing list