Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 1996 12:38:29 -0700 (PDT)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
Message-ID:  <199605081938.MAA11835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     96/05/08 12:38:28

  Modified:    sys/kern  uipc_mbuf.c
               sys/sys   mbuf.h
  Log:
  Our new-old mbugf allocator.  This is actually something of a blast from
  the past, since it returns to the old system of allocating mbufs out of
  a private area rather than using the kernel malloc().  While this may seem
  like a backwards step to some, the new allocator is some 20% faster than
  the old one and has much better caching properties.
  
  Written by: John Wroclawski <jtw@lcs.mit.edu>
  
  Revision  Changes    Path
  1.20      +103 -1    src/sys/kern/uipc_mbuf.c
  1.15      +64 -28    src/sys/sys/mbuf.h



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