summaryrefslogtreecommitdiffstats
path: root/src/common/host_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-2/+2
2023-12-26core: track separate heap allocation for linuxLiam1-4/+6
2023-12-15common: use memory holepunching when clearing memoryLiam1-9/+29
2023-12-02host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815deceJan Beich1-13/+11
2023-12-02host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815deceJan Beich1-0/+4
2023-11-29cmake: Move HAS_NCE to root cmakeGPUCode1-1/+1
2023-11-27general: fix mac compileLiam1-0/+2
2023-11-25host_memory: Simplify randomness generationGPUCode1-11/+2
2023-11-25Address some review commentsGPUCode1-0/+3
2023-11-25android: Add cpu bakend gui toggleGPUCode1-3/+3
2023-11-25arm: Implement native code execution backendLiam1-5/+5
2023-11-25core: Respect memory permissions in MapGPUCode1-12/+33
2023-11-25host_memory: Switch to FreeRegionManagerLiam1-29/+65
2023-11-25host_memory: ensure map base is between 36 and 39 bitsLiam1-2/+58
2023-06-03common: host_memory: Implement for Android.bunnei1-2/+10
2023-06-01host_memory: merge adjacent placeholder mappings on Linuxkkoniuszy1-0/+22
2023-03-12general: fix spelling mistakesLiam1-2/+2
2023-01-01host_memory: Use transparent huge pages where availableMerry1-0/+15
2023-01-01host_memory: Allocate virtual_base with MAP_NORESERVEMerry1-2/+2
2022-11-09Initial ARM64 supportLiam1-0/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07common: Replace lock_guard with scoped_lockMerry1-2/+2
2022-03-20general: Fix clang/gcc build errorsameerj1-0/+1
2022-03-19common: Reduce unused includesameerj1-1/+0
2022-03-03host_memory: Fix fastmem crashes in debug buildsMorph1-2/+2
2021-12-05general: Add missing copyright noticesameerj1-0/+4
2021-09-29Fixed invalid iterator usageAndrew Strelsky1-1/+1
2021-07-27host_memory: Add workaround for FreeBSD 12Jan Beich1-0/+5
2021-07-27host_memory: Enable Linux implementation on FreeBSDJan Beich1-2/+2
2021-06-19host_memory: Correct MEM_RESERVE_PLACEHOLDERlat9nq1-1/+1
2021-06-11common/host_memory: Implement a fallback if fastmem fails.Markus Wick1-14/+45
2021-06-11common/host_shader: Load Windows 10 functions dynamicallyReinUsesLisp1-29/+88
2021-06-11host_memory: Support staged VirtualProtect callsReinUsesLisp1-3/+12
2021-06-11common/host_memory: Optimize for huge tables.Markus Wick1-10/+19
2021-06-11common/host_memory: Add Linux implementationMarkus Wick1-10/+120
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp1-0/+320