Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 1996 15:33:14 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_malloc.c
Message-ID:  <199605182233.PAA25146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/05/18 15:33:14

  Modified:    sys/kern  kern_malloc.c
  Log:
  Minor performance improvement to kern_malloc.c that increases the
  probability of reuse of recently freed memory.  This improves cache
  hit stats on cached memory, and improves at least fork speed consistancy.
  
  Revision  Changes    Path
  1.23      +17 -1     src/sys/kern/kern_malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605182233.PAA25146>