summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArena.cpp
AgeCommit message (Expand)Author
2020-07-16Android: Don't access /dev/ashmem on newer Android versionsJosJuice
2018-05-15Common: Add MemArena.h/cpp to the Common namespaceLioncash
2017-10-11MemArena: Use names that are based on the PIDLéo Lam
2017-10-11MemArena: Name shared memory handleDane Z. Bush
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-05-20Remove code for only allocating low memoryJosJuice
2016-09-06Support for dynamic BAT modification (dynamic-bat).magumagu
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-06-13Common: Use more portable invocation of shm_openJeffrey Pfau
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-11Make address translation respect the CPU translation mode.magumagu
2014-12-01Common: Remove goto in MemArena.Rohit Nirmal
2014-11-03Common: Fix -Wmaybe-uninitialized warning.Rohit Nirmal
2014-11-03MemArena: Fix the launching of non-Wii gamesJasper St. Pierre
2014-11-02MemArena: Merge the initialization code with the size calculation codeJasper St. Pierre
2014-11-02MemArena: Fix the calculation of position in SHMJasper St. Pierre
2014-11-02MemArena: Fix a memory leak caused by pointer confusionJasper St. Pierre
2014-11-02MemArena: Rename GrabLowMemSpace to GrabSHMSegmentJasper St. Pierre
2014-11-02MemArena: Clean up the code that does the mirroringJasper St. Pierre
2014-11-02MemArena: Remove the low mappings for our pointersJasper St. Pierre
2014-11-02MemArena: Bail on Arch64 if the out_ptr allocation failsJasper St. Pierre
2014-11-02MemArena: Remove duplicated codeJasper St. Pierre
2014-09-22Android: Silence some more warnings.Rohit Nirmal
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-08Common: Remove unused variable in MemoryMap_SetupLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-30Common: Clean up brace placementsLioncash
2014-08-10Core: Remove leftover Windows 32-bit functions in MemArena.cppLioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre