cvs commit: src/sys/kern kern_malloc.c

Jeff Roberson jeff at FreeBSD.org
Thu Sep 18 21:39:09 PDT 2003


jeff        2003/09/18 21:39:08 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_malloc.c 
  Log:
   - Only use UMA to cache malloc requests up to PAGE_SIZE.  Values larger than
     this are requested very infrequently and waste memory when we cache
     spares.
  
  Revision  Changes    Path
  1.130     +12 -1     src/sys/kern/kern_malloc.c


More information about the cvs-src mailing list