summaryrefslogtreecommitdiff
path: root/rts/posix/OSMem.c
Commit message (Expand)AuthorAgeFilesLines
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-011-0/+4
* Return memory to the OS; trac #698Ian Lynagh2010-08-131-24/+10
* undo debugging codeSimon Marlow2010-04-061-3/+2
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-2/+3
* Cast to (void*) to stifle warning about signednessbenl@cse.unsw.edu.au2010-02-031-2/+2
* FIX #711 implement osFreeAllMBlocks for unixAustin Seipp2009-09-101-3/+28
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-5/+5
* wibble in setExecutableAustin Seipp2009-03-201-1/+1
* Remover PROT_EXEC flag from mmap()Simon Marlow2008-09-301-2/+2
* FIX #2332: avoid overflow on 64-bit machines in the memory allocatorSimon Marlow2008-07-291-1/+1
* FIX BUILD (Solaris): include fcntl.h for file operationsRoman Leshchinskiy2008-01-151-0/+3
* Fix warning in OSMem for darwinManuel M T Chakravarty2007-10-301-1/+1
* Refactoring: extract platform-specific code from sm/MBlock.cSimon Marlow2007-10-171-1/+196
* avoid platform dependencies: my_uintptr_t ==> StgWordSimon Marlow2007-09-171-13/+5
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-0/+52