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
/
MemArena.h
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-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-11
Common/MemArenaAndroid: Keep fastmem region mapped.
Admiral H. Curtiss
2022-02-14
MemArena: Keep fastmem region mapped on Linux.
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-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2018-05-15
Common: Add MemArena.h/cpp to the Common namespace
Lioncash
2016-09-06
Support for dynamic BAT modification (dynamic-bat).
magumagu
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
More asterisks
mathieui
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-11
Make address translation respect the CPU translation mode.
magumagu
2014-11-02
MemArena: Rename GrabLowMemSpace to GrabSHMSegment
Jasper St. Pierre
2014-11-02
MemArena: Clean up the code that does the mirroring
Jasper St. Pierre
2014-11-02
MemArena: Remove the low mappings for our pointers
Jasper St. Pierre
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre