Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2008 17:03:29 +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:  <200808141703.m7EH3cB6015926@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2008-08-14 17:03:29 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  SVN rev 181732 on 2008-08-14 17:03:29Z by jasone
  
  Re-order the terms of an expression in arena_run_reg_dalloc() to correctly
  detect whether the integer division table is large enough to handle the
  divisor.  Before this change, the last two table elements were never used,
  thus causing the slow path to be used for those divisors.
  
  Revision  Changes    Path
  1.175     +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?200808141703.m7EH3cB6015926>