| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | host_memory: Support staged VirtualProtect calls | 2021-06-11 | 1 | -3/+12 | |
| | | |||||
| * | common/host_memory: Optimize for huge tables. | 2021-06-11 | 1 | -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 implementation | 2021-06-11 | 1 | -10/+120 | |
| | | |||||
| * | common/host_memory: Add interface and Windows implementation | 2021-06-11 | 1 | -0/+320 | |