Release some of the memory allocated to a stack when it shrinks (#2090)
[ghc-hetmet.git] / rts / sm / BlockAlloc.c
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