cvs commit: src/lib/libc/stdlib malloc.c

Jason Evans jasone at FreeBSD.org
Thu Aug 14 17:03:38 UTC 2008


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


More information about the cvs-src mailing list