Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 19:09:32 +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:  <200607271909.k6RJ9Wwg011505@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2006-07-27 19:09:32 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()
  so that architectures with a quantum of 8 (rather than 16) work.
  
  Restore arm's quantum to 8.
  
  Submitted by:   jmg
  
  Revision  Changes    Path
  1.132     +12 -1     src/lib/libc/stdlib/malloc.c



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