summaryrefslogtreecommitdiff
path: root/src/common/host_memory.h
AgeCommit message (Collapse)Author
2023-12-25core: track separate heap allocation for linuxLiam
2023-12-14common: use memory holepunching when clearing memoryLiam
2023-11-25core: Respect memory permissions in MapGPUCode
2023-11-25host_memory: Switch to FreeRegionManagerLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-11common/host_memory: Implement a fallback if fastmem fails.Markus Wick
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-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 interface and Windows implementationReinUsesLisp