summaryrefslogtreecommitdiff
path: root/rts/linker/MMap.c
Commit message (Expand)AuthorAgeFilesLines
* rts/PEi386: Avoid accidentally-quadratic allocation costBen Gamari2022-04-061-19/+45
* rts/PEi386: Move allocateBytes to MMap.cBen Gamari2022-04-061-1/+92
* rts/PEi386: Rework linkerBen Gamari2022-04-061-1/+9
* rts/mmap: Refactor mmapForLinkerBen Gamari2022-02-091-113/+123
* linker: Don't use MAP_FIXEDBen Gamari2022-02-091-7/+4
* rts/linker/MMap: Use MemoryAccess in mmapForLinkerBen Gamari2022-02-091-18/+36
* rts: Move mmapForLinker and friends to linker/MMap.cBen Gamari2022-02-091-0/+290