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.cpp
Age
Commit message (
Expand
)
Author
2020-07-16
Android: Don't access /dev/ashmem on newer Android versions
JosJuice
2018-05-15
Common: Add MemArena.h/cpp to the Common namespace
Lioncash
2017-10-11
MemArena: Use names that are based on the PID
Léo Lam
2017-10-11
MemArena: Name shared memory handle
Dane Z. Bush
2017-08-18
CommonFuncs: LastStrerrorString added
Sepalani
2017-05-20
Remove code for only allocating low memory
JosJuice
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
2016-01-21
Common: asterisks go against the type name
mathieui
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-06-13
Common: Use more portable invocation of shm_open
Jeffrey Pfau
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-12-01
Common: Remove goto in MemArena.
Rohit Nirmal
2014-11-03
Common: Fix -Wmaybe-uninitialized warning.
Rohit Nirmal
2014-11-03
MemArena: Fix the launching of non-Wii games
Jasper St. Pierre
2014-11-02
MemArena: Merge the initialization code with the size calculation code
Jasper St. Pierre
2014-11-02
MemArena: Fix the calculation of position in SHM
Jasper St. Pierre
2014-11-02
MemArena: Fix a memory leak caused by pointer confusion
Jasper St. Pierre
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-11-02
MemArena: Bail on Arch64 if the out_ptr allocation fails
Jasper St. Pierre
2014-11-02
MemArena: Remove duplicated code
Jasper St. Pierre
2014-09-22
Android: Silence some more warnings.
Rohit Nirmal
2014-09-10
Merge pull request #1027 from rohit-n/change-include
Ryan Houdek
2014-09-08
Common: Remove unused variable in MemoryMap_Setup
Lioncash
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-30
Common: Clean up brace placements
Lioncash
2014-08-10
Core: Remove leftover Windows 32-bit functions in MemArena.cpp
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
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
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre