summaryrefslogtreecommitdiff
path: root/rts/sm/Storage.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* remove global 'total_allocated', seems to be the same as 'GC_tot_alloc'Simon Marlow2009-12-071-2/+0
* GC refactoring, remove "steps"Simon Marlow2009-12-031-2/+2
* Refactoring onlySimon Marlow2009-12-021-6/+2
* move sanity checking code from Storage.c to Sanity.cSimon Marlow2009-12-021-2/+0
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-011-4/+7
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-13/+1
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+169