summaryrefslogtreecommitdiff
path: root/rts/MBlock.c
Commit message (Expand)AuthorAgeFilesLines
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-527/+0
* Fix the Windows "VirtualAlloc MEM_COMMIT failed" bugIan Lynagh2006-09-061-1/+1
* Don't lose linked list tailEsa Ilari Vuokko2006-08-311-1/+1
* Fix Windows MBlock alloctor bookkeeping bugEsa Ilari Vuokko2006-08-301-10/+10
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-5/+4
* Windows: make some soft failures into fatal errorsSimon Marlow2006-08-301-5/+10
* Clean up coding styleEsa Ilari Vuokko2006-08-231-31/+54
* Use stgMallc and stgFree instead of malloc/freeEsa Ilari Vuokko2006-08-231-10/+11
* Remove wrong VirtualAlloc MEM_DECOMMITs on cleanupEsa Ilari Vuokko2006-08-211-2/+0
* (temp) #814 - More flexible memory allocation in WindowsEsa Ilari Vuokko2006-08-201-125/+172
* fix eran error message by reordering a couple of testssimonmar@microsoft.com2006-07-191-4/+4
* New tracing interfaceSimon Marlow2006-06-081-2/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+453