| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-12-25 | core: track separate heap allocation for linux | 1 | -3/+8 | ||
| 2023-12-14 | common: use memory holepunching when clearing memory | 1 | -0/+2 | ||
| 2023-11-25 | core: Respect memory permissions in Map | 1 | -2/+11 | ||
| 2023-11-25 | host_memory: Switch to FreeRegionManager | 1 | -0/+2 | ||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 1 | -3/+2 | ||
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||||
| 2021-06-11 | common/host_memory: Implement a fallback if fastmem fails. | 1 | -0/+4 | ||
| This falls back to the old approach of using a virtual buffer. Windows is untested, but this build should fix support for Windows < 10 v1803. However without fastmem support at all. | |||||
| 2021-06-11 | common/host_memory: Optimize for huge tables. | 1 | -1/+5 | ||
| 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-11 | common/host_memory: Add interface and Windows implementation | 1 | -0/+62 | ||