Files
Xenia-Canary/src/xenia/memory.cc
Herman S. acb215696f [Memory] Handle host page sizes larger than 4KB in heap operations
Adds support for systems with host pages > 4KB (some Linux distros,
MacOS) where guest 4KB page operations can't map 1:1 to host mprotect calls.
No-op on windows and posix systems with 4KB page size.

Co-authored-by: Will Martin <wmarti@bu.edu>
2026-03-21 01:30:31 +09:00

81 KiB