summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp2021-06-111-3/+12
|
* common/host_memory: Optimize for huge tables.Gravatar Markus Wick2021-06-111-10/+19
| | | | | 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.
* common/host_memory: Add Linux implementationGravatar Markus Wick2021-06-111-10/+120
|
* common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-111-0/+320