DragonFly commits List (threaded) for 2010-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: nmalloc - Remove startup locking
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]