Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 23:41:35 +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:  <200603262341.k2QNfZ9h053606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2006-03-26 23:41:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Allow the 'n' option to decrease the number of arenas below the default,
  to as little as one arena.  Also, limit the number of arenas to avoid a
  potential invariant violation in base_alloc().
  
  Revision  Changes    Path
  1.118     +16 -2     src/lib/libc/stdlib/malloc.c



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