看板 DFBSD_commit 關於我們 聯絡資訊
commit 9eb39500edf5393839ae613af3bd6d2d30f4e973 Author: Samuel J. Greear <sjg@thesjg.com> Date: Sun Nov 28 07:14:55 2010 +0000 nmalloc - Remove startup locking * A spinlock is no longer needed for malloc_init, it is run as a constructor now, as such it is run before any other threads are started. Summary of changes: lib/libc/stdlib/nmalloc.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9eb39500edf5393839ae613af3bd6d2d30f4e973 -- DragonFly BSD source repository