From 1b12fd49b3c7adf69e9c0bcc6fc8b5c5204598b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= Date: Wed, 26 May 2010 20:58:39 +0000 Subject: [PATCH] rts/sm/BlockAlloc.c: Small comment correction. --- rts/sm/BlockAlloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/sm/BlockAlloc.c b/rts/sm/BlockAlloc.c index edc3762..68c3330 100644 --- a/rts/sm/BlockAlloc.c +++ b/rts/sm/BlockAlloc.c @@ -71,7 +71,7 @@ static void initMBlock(void *mblock); ~~~~~~~~~~ Preliminaries: - - most allocations are for small blocks + - most allocations are for a small number of blocks - sometimes the OS gives us new memory backwards in the address space, sometimes forwards, so we should not be biased towards any particular layout in the address space -- 1.7.10.4