summaryrefslogtreecommitdiff
path: root/rts/linker/M32Alloc.h
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix m32 allocator build on WindowsBen Gamari2019-11-071-1/+1
* rts/linker: Ensure that code isn't writableBen Gamari2019-11-041-3/+1
* rts: Make m32 allocator per-ObjectCodeBen Gamari2019-11-011-3/+8
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Define MAP_ANONYMOUS on systems that only provide MAP_ANONGracjan Polak2016-12-231-5/+0
* linker: Move mmapForLinker declaration into LinkerInternals.hBen Gamari2016-11-021-2/+0
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-251-0/+47