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