Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 00:07:45 +0000 (UTC)
From:      Jason Evans <jasone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib malloc.c
Message-ID:  <200605100007.k4A07jME098957@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2006-05-10 00:07:45 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Increase the minimum chunk size by a power of two (32kB --> 64kB, assuming
  4kB pages), in order to avoid dangerous rounding error when calculating
  fullness limits during run promotion/demotion.
  
  Convert a structure bitfield to a normal field in areana_run_t.  This should
  have been changed along with the other fields in revision 1.120.
  
  Revision  Changes    Path
  1.126     +2 -2      src/lib/libc/stdlib/malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605100007.k4A07jME098957>