Remove the per-generation mutable lists
[ghc-hetmet.git] / rts / sm / Storage.h
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-06-28 Simon Marlowduring shutdown, only free the heap if we waited for...
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2009-12-07 Simon Marlowremove global 'total_allocated', seems to be the same...
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-02 Simon MarlowRefactoring only
2009-12-02 Simon Marlowmove sanity checking code from Storage.c to Sanity.c
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase