jasone      2007-12-28 07:24:20 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in
  order to support re-use of multi-chunk unused regions within the DSS for
  huge allocations.  This generalization is important to correct function
  when mmap-based allocation is disabled.
  
  Avoid zeroing re-used memory in the DSS unless it really needs to be
  zeroed.
  
  Revision  Changes    Path
  1.157     +183 -113  src/lib/libc/stdlib/malloc.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to