index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
MemArenaWin.cpp
Age
Commit message (
Expand
)
Author
2023-12-09
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks in...
Admiral H. Curtiss
2023-12-09
Common/MemArenaWin: Move the advanced Windows memory function address initial...
Admiral H. Curtiss
2023-09-07
Common/MemArena: A zero-byte allocation is invalid.
Admiral H. Curtiss
2023-09-02
Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory ...
Admiral H. Curtiss
2023-05-19
Common/MemArena: Pass shared memory base file name to GrabSHMSegment().
Admiral H. Curtiss
2023-05-19
Common/MemArenaWin: Handle file mappings >= 4GB.
Admiral H. Curtiss
2022-02-14
MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.
Admiral H. Curtiss
2022-02-14
MemArena: Use Common::DynamicLibrary for m_api_ms_win_core_memory_l1_1_6_handle.
Admiral H. Curtiss
2022-02-06
MemArena: Use placeholders on Windows.
Admiral H. Curtiss
2021-12-25
MemArena: Prepare interface for proper memory reservation.
Admiral H. Curtiss
2021-12-25
MemArena: Split into three separate files for each OS.
Admiral H. Curtiss