summaryrefslogtreecommitdiff
path: root/rts/sm/BlockAlloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* refactoringSimon Marlow2008-04-161-12/+11
* add debugging code to check for fragmentationSimon Marlow2008-04-161-0/+8
* update copyrights in rts/smSimon Marlow2008-04-161-1/+1
* faster block allocator, by dividing the free list into bucketsSimon Marlow2008-04-161-165/+165
* Release some of the memory allocated to a stack when it shrinks (#2090)simonmar@microsoft.com2008-02-281-0/+34
* Initial parallel GC supportSimon Marlow2007-10-311-2/+4
* Rework the block allocatorSimon Marlow2006-12-141-203/+480
* small fix to DEBUG case in coalesce/freeGroup patchSimon Marlow2006-11-211-1/+3
* optimisation to freeGroup() to avoid an O(N^2) pathalogical caseSimon Marlow2006-11-211-11/+14
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+391