git: nmalloc - Remove startup locking

Samuel Greear sjg at crater.dragonflybsd.org
Thu Dec 9 22:18:04 PST 2010


commit 9eb39500edf5393839ae613af3bd6d2d30f4e973
Author: Samuel J. Greear <sjg at 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





More information about the Commits mailing list