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

Jason Evans jasone at FreeBSD.org
Wed Apr 5 04:15:13 UTC 2006


jasone      2006-04-05 04:15:12 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Only initialize the first per-chunk page map element for free runs.  This
  makes run split/coalesce operations of complexity lg(n) rather than n.
  
  Revision  Changes    Path
  1.123     +16 -31    src/lib/libc/stdlib/malloc.c


More information about the cvs-all mailing list