summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArenaWin.cpp
AgeCommit message (Expand)Author
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