aboutsummaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp
AgeCommit message (Collapse)Author
2021-06-11host_memory: Support staged VirtualProtect callsReinUsesLisp
2021-06-11common/host_memory: Optimize for huge tables.Markus Wick
In theory, if we have 2 MB continously mapped, this should save one layer of TLB. Let's make it at least more likely by aligning the memory.
2021-06-11common/host_memory: Add Linux implementationMarkus Wick
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp