Skip to content

rts/linker: Factor out allocation utilities into new compilation unit

Ben Gamari requested to merge wip/factor-out-alloc into master

This factors mmapForLinker and friends out into a new compilation unit, in preparation for the Windows linker changes. Also unifies the memory protection representation to better hide platform differences.

Edited by Ben Gamari

Merge request reports