summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Interix/MappedFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+18
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649
OpenPOWER on IntegriCloud