sanity: fix places where we weren't filling fresh memory with 0xaa
[ghc-hetmet.git] / rts / sm / BlockAlloc.c
2010-10-29 Simon Marlowsanity: fix places where we weren't filling fresh memor...
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-06-24 Simon MarlowCast some more nats to StgWord to be on the safe side
2010-06-24 Simon Marlowcomments only
2010-06-24 Simon MarlowFix an arithmetic overflow bug causing crashes with...
2010-05-26 Marco Túlio Gontij... rts/sm/BlockAlloc.c: Small comment correction.
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-02 Simon MarlowRefactoring only
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2008-09-12 Simon MarlowFix some bugs in the stack-reducing code (#2571)
2008-09-09 Simon Marlowwhen a memory leak is detected, report which blocks...
2008-06-19 Simon Marlowfix a tiny bug spotted by gcc 4.3
2008-06-08 Simon Marlowfix allocated blocks calculation, and add more sanity...
2008-04-16 Simon Marlowrefactoring
2008-04-16 Simon Marlowadd debugging code to check for fragmentation
2008-04-16 Simon Marlowupdate copyrights in rts/sm
2008-04-16 Simon Marlowfaster block allocator, by dividing the free list into...
2008-02-28 simonmar@microsoft.comRelease some of the memory allocated to a stack when...
2007-10-31 Simon MarlowInitial parallel GC support
2006-12-14 Simon MarlowRework the block allocator
2006-11-21 Simon Marlowsmall fix to DEBUG case in coalesce/freeGroup patch
2006-11-21 Simon Marlowoptimisation to freeGroup() to avoid an O(N^2) pathalog...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory