remove global 'total_allocated', seems to be the same as 'GC_tot_alloc'
[ghc-hetmet.git] / rts / sm / Storage.h
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