From 897231aa5f150bfb11d1715b2dc5c9ac32be4af6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 24 Jun 2010 10:51:05 +0000 Subject: [PATCH] comments only --- rts/sm/BlockAlloc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rts/sm/BlockAlloc.c b/rts/sm/BlockAlloc.c index 9d92c6b..484c0d4 100644 --- a/rts/sm/BlockAlloc.c +++ b/rts/sm/BlockAlloc.c @@ -26,9 +26,6 @@ static void initMBlock(void *mblock); -// The free_list is kept sorted by size, smallest first. -// In THREADED_RTS mode, the free list is protected by sm_mutex. - /* ----------------------------------------------------------------------------- Implementation notes @@ -123,6 +120,8 @@ static void initMBlock(void *mblock); #define MAX_FREE_LIST 9 +// In THREADED_RTS mode, the free list is protected by sm_mutex. + static bdescr *free_list[MAX_FREE_LIST]; static bdescr *free_mblock_list; -- 1.7.10.4