X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FBlockAlloc.c;fp=rts%2Fsm%2FBlockAlloc.c;h=68c33304f6305776c380dc6d8c2dd2762e3a4f67;hb=1b12fd49b3c7adf69e9c0bcc6fc8b5c5204598b2;hp=edc37620bda566dde53d17529f3c67df919243f7;hpb=90490258815d898ec35c072bc459e690870a9c4b;p=ghc-hetmet.git 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