summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArenaWin.cpp
AgeCommit message (Expand)Author
2026-02-16mingw: replace static_cast with reinterpret_cast as not permitted between voi...Craig Carnell
2026-02-04Core: Don't create page table mappings before R/C bits are setJosJuice
2026-02-01Common/MemArena: Add function for getting page sizeJosJuice
2025-03-09Modernize `std::lower_bound`/`upper_bound` with ranges and projectionsmitaclaw
2023-12-09Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks in...Admiral H. Curtiss
2023-12-09Common/MemArenaWin: Move the advanced Windows memory function address initial...Admiral H. Curtiss
2023-09-07Common/MemArena: A zero-byte allocation is invalid.Admiral H. Curtiss
2023-09-02Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory ...Admiral H. Curtiss
2023-05-19Common/MemArena: Pass shared memory base file name to GrabSHMSegment().Admiral H. Curtiss
2023-05-19Common/MemArenaWin: Handle file mappings >= 4GB.Admiral H. Curtiss
2022-02-14MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.Admiral H. Curtiss
2022-02-14MemArena: Use Common::DynamicLibrary for m_api_ms_win_core_memory_l1_1_6_handle.Admiral H. Curtiss
2022-02-06MemArena: Use placeholders on Windows.Admiral H. Curtiss
2021-12-25MemArena: Prepare interface for proper memory reservation.Admiral H. Curtiss
2021-12-25MemArena: Split into three separate files for each OS.Admiral H. Curtiss