Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 01:26:30 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma.h uma_core.c uma_dbg.c uma_int.h vm_page.h
Message-ID:  <200209180826.g8I8QUXO077424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

jeff        2002/09/18 01:26:30 PDT

  Modified files:
    sys/kern             kern_malloc.c 
    sys/vm               uma.h uma_core.c uma_dbg.c uma_int.h 
                         vm_page.h 
  Log:
   - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.
   - Remove all instances of the mallochash.
   - Stash the slab pointer in the vm page's object pointer when allocating from
     the kmem_obj.
   - Use the overloaded object pointer to find slabs for malloced memory.
  
  Revision  Changes    Path
  1.112     +9 -33     src/sys/kern/kern_malloc.c
  1.11      +11 -6     src/sys/vm/uma.h
  1.36      +49 -78    src/sys/vm/uma_core.c
  1.7       +5 -4      src/sys/vm/uma_dbg.c
  1.11      +35 -4     src/sys/vm/uma_int.h
  1.111     +1 -0      src/sys/vm/vm_page.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?200209180826.g8I8QUXO077424>