RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / sm / BlockAlloc.c
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