Date: Thu, 2 May 2002 00:22:19 -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_core.c uma_dbg.c src/sys/sys malloc.h Message-ID: <200205020722.g427MJM10914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/05/02 00:22:19 PDT
Modified files:
sys/kern kern_malloc.c
sys/vm uma_core.c uma_dbg.c
sys/sys malloc.h
Log:
malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the
mallochash. Mallochash is going to go away as soon as I introduce the
kfree/kmalloc api and partially overhaul the malloc wrapper. This can't happen
until all users of the malloc api that expect memory to be aligned on the size
of the allocation are fixed.
Revision Changes Path
1.107 +21 -1 src/sys/kern/kern_malloc.c
1.63 +6 -1 src/sys/sys/malloc.h
1.19 +17 -8 src/sys/vm/uma_core.c
1.3 +2 -0 src/sys/vm/uma_dbg.c
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?200205020722.g427MJM10914>
