accounting wibble: we were missing an alloc_blocks++ in allocateLocal()
authorSimon Marlow <simonmar@microsoft.com>
Fri, 12 Oct 2007 10:17:11 +0000 (10:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 12 Oct 2007 10:17:11 +0000 (10:17 +0000)
rts/sm/Storage.c

index cd840dd..d8381e0 100644 (file)
@@ -695,6 +695,7 @@ allocateLocal (Capability *cap, nat n)
                bd->gen_no = 0;
                bd->step = cap->r.rNursery;
                bd->flags = 0;
                bd->gen_no = 0;
                bd->step = cap->r.rNursery;
                bd->flags = 0;
+                alloc_blocks++;
            } else {
                // we have a block in the nursery: take it and put
                // it at the *front* of the nursery list, and use it
            } else {
                // we have a block in the nursery: take it and put
                // it at the *front* of the nursery list, and use it