summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-2/+2
* general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+1
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* host_memory: Fix fastmem crashes in debug buildsGravatar Morph2022-03-021-2/+2
* general: Add missing copyright noticesGravatar ameerj2021-12-051-0/+4
* Fixed invalid iterator usageGravatar Andrew Strelsky2021-09-291-1/+1
* host_memory: Add workaround for FreeBSD 12Gravatar Jan Beich2021-07-271-0/+5
* host_memory: Enable Linux implementation on FreeBSDGravatar Jan Beich2021-07-271-2/+2
* host_memory: Correct MEM_RESERVE_PLACEHOLDERGravatar lat9nq2021-06-191-1/+1
* common/host_memory: Implement a fallback if fastmem fails.Gravatar Markus Wick2021-06-111-14/+45
* common/host_shader: Load Windows 10 functions dynamicallyGravatar ReinUsesLisp2021-06-111-29/+88
* host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp2021-06-111-3/+12
* common/host_memory: Optimize for huge tables.Gravatar Markus Wick2021-06-111-10/+19
* common/host_memory: Add Linux implementationGravatar Markus Wick2021-06-111-10/+120
* common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-111-0/+320