Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 11:31:26 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include vmparam.h
Message-ID:  <200212271931.gBRJVQY8078675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/12/27 11:31:26 PST

  Modified files:
    sys/sparc64/include  vmparam.h 
  Log:
  Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free will
  be used for zones that allocate objects of less 1 page.  The biggest advantage
  of this is that all of a sudden the majority of kernel malloc-ed data doesn't
  need kva allocated for it.  Besides microbenchmarks I haven't seen a measurable
  performance improvement from doing this.
  
  Revision  Changes    Path
  1.14      +2 -0      src/sys/sparc64/include/vmparam.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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