summaryrefslogtreecommitdiff
path: root/src/pal/src/map
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek2-13/+7
2016-06-12Partial revert "Fix problem with virtual memory commit in OOM scenario on Lin...Jan Kotas1-0/+10
2016-06-09Fix problem with virtual memory commit in OOM scenario on Linux (#5609)Jan Vorlicek1-9/+1
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka1-431/+3
2016-06-04Fix allocation failure handling (#5473)Jan Vorlicek1-2/+5
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-5/+12
2016-02-17Change MAPMapPEFile to use ExecutableAllcator instead of mmap to reserve VASergiy Kuryata2-3/+23
2016-02-06Revert "Temporary instrumentation in native image loading"Jan Kotas1-4/+4
2016-02-06Temporary instrumentation for PE file loadingJan Kotas1-4/+4
2016-01-27Update license headersdotnet-bot4-16/+12
2015-12-02Address code review feedbackSergiy Kuryata1-37/+53
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-27/+216
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka1-9/+5
2015-11-04Remove thread parameter from virtual memory functions in PALAditya Mandaleeka1-13/+11
2015-11-03Remove some unnecessary file-related functions from PALAditya Mandaleeka1-2/+2
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka1-6/+5
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka2-31/+31
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar1-2/+2
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri1-74/+23
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot4-0/+5195