summaryrefslogtreecommitdiff
path: root/rts/win32/OSMem.c
Commit message (Expand)AuthorAgeFilesLines
* Use lnats to avoid overflowing when allocating large amountsIan Lynagh2012-05-051-8/+8
* Fix warnings on Win64Ian Lynagh2012-04-261-2/+2
* Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506Ian Lynagh2010-12-081-40/+51
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-011-3/+87
* Whitespace only, in rts/win32/OSMem.cIan Lynagh2010-10-291-20/+20
* Return memory to the OS; trac #698Ian Lynagh2010-08-131-0/+36
* Windows build fixesSimon Marlow2009-08-031-2/+1
* wibble in setExecutableAustin Seipp2009-03-201-1/+1
* Refactoring: extract platform-specific code from sm/MBlock.cSimon Marlow2007-10-171-2/+227
* fix an error message (barf -> sysErrorBelch)Simon Marlow2007-10-171-2/+3
* fix Win32 buildsimonmar@microsoft.com2006-05-301-2/+4
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-0/+34