summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03common: host_memory: Implement for Android.Gravatar bunnei1-2/+10
2023-06-01host_memory: merge adjacent placeholder mappings on LinuxGravatar kkoniuszy1-0/+22
2023-03-12general: fix spelling mistakesGravatar Liam1-2/+2
2023-01-01host_memory: Use transparent huge pages where availableGravatar Merry1-0/+15
2023-01-01host_memory: Allocate virtual_base with MAP_NORESERVEGravatar Merry1-2/+2
2022-11-09Initial ARM64 supportGravatar Liam1-0/+6
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-04-07common: Replace lock_guard with scoped_lockGravatar Merry1-2/+2
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj1-0/+1
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2022-03-02host_memory: Fix fastmem crashes in debug buildsGravatar Morph1-2/+2
2021-12-05general: Add missing copyright noticesGravatar ameerj1-0/+4
2021-09-29Fixed invalid iterator usageGravatar Andrew Strelsky1-1/+1
2021-07-27host_memory: Add workaround for FreeBSD 12Gravatar Jan Beich1-0/+5
2021-07-27host_memory: Enable Linux implementation on FreeBSDGravatar Jan Beich1-2/+2
2021-06-19host_memory: Correct MEM_RESERVE_PLACEHOLDERGravatar lat9nq1-1/+1
2021-06-11common/host_memory: Implement a fallback if fastmem fails.Gravatar Markus Wick1-14/+45
2021-06-11common/host_shader: Load Windows 10 functions dynamicallyGravatar ReinUsesLisp1-29/+88
2021-06-11host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp1-3/+12
2021-06-11common/host_memory: Optimize for huge tables.Gravatar Markus Wick1-10/+19
2021-06-11common/host_memory: Add Linux implementationGravatar Markus Wick1-10/+120
2021-06-11common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp1-0/+320