summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/MemArena.cpp
AgeCommit message (Expand)Author
2013-09-02[Android] Fix fastmem and enable.Ryan Houdek
2013-08-21[Android] Fix Android 4.3 from crashing on my devices. This was annoying to f...Ryan Houdek
2013-08-16[Android] Make sure to unallocate the correct memory size in MemArena.Ryan Houdek
2013-08-14MemArena: Free memory for 64-bit machinesJasper St. Pierre
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-24Big commit. Fix running the APK, I had missed a view in the manifest. Clean u...Ryan Houdek
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-26ARM Support without GLSLRyan Houdek
2013-01-31Fix remaining compiler warnings.Glenn Rice
2012-09-23This changes a mmap in MemArena so you don't need 786MB of memory free to act...Ryan Houdek
2012-08-25Partially revert be200074e9ed for OS X systemsPierre Bourdon
2012-08-22[Linux] Change from using /tmp to /dev/shm in MemArena so we don't cause any ...Ryan Houdek
2012-07-11fixes issue 5507sktsqrl
2011-01-09Allocate low executable memory on OS X as on Windows and Linux.Soren Jorvang
2010-07-29Oops, removed one <sys/stat.h> too many.Soren Jorvang
2010-07-29Use .cpp suffix when detecting libraries. On some systems, g++Soren Jorvang
2010-07-22Port to *BSD. It runs but isn't terribly useful without Cg.Soren Jorvang
2010-07-18Slightly cleanup of mmap(2) flags:Soren Jorvang
2010-03-27Allows more than one instance of Dolphin to be running. Credit goes to Billi...skidau
2010-01-08Compilation fix for r4795ayuanx
2010-01-081. Expanded Framelimit range from 20 to 120 in case someone wants to run a li...ayuanx
2009-11-15STAND BACK - NEWLINE POLICEbztdlinux
2009-11-07forgot somethinghrydgard
2009-11-07Rewrite memory management, _hopefully_ banishing "failed to map 1 gb contiguo...hrydgard
2009-08-06misc cleanupShawn Hoffman
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-03-28Some code cleanupomegadox
2009-01-19Initial work on F-Zero - map & gameconfig. Far from playable - wacky math err...hrydgard
2009-01-16Revert r1861LPFaint99
2009-01-13Move #include <window.h> from all files that include it and common.h to common.hLPFaint99
2008-12-08set svn:eol-style=native for **.cppbushing
2008-09-1732-bit Linux fix: check result of mmap(): if it fails, it returns MAP_FAILED,...Maarten ter Huurne
2008-09-17Changed return type of Find4GBBase() to u8*, since it really is a pointer (al...Maarten ter Huurne
2008-08-22Implemented Find4GBBase() on 32-bit non-Windows platforms. I am not sure the ...Maarten ter Huurne
2008-08-01More linux work. Getting a bit closer, but JIT does still not work.hrydgard
2008-07-31Blargh, 109 broke things, reverted most of it.hrydgard
2008-07-30Various linux stuff - JIT does not work yet :(hrydgard
2008-07-23Linux: Fixes so it compiles in 32bit. Now a Config dialog for the video plugi...Sonicadvance1
2008-07-16Mostly cleanup and some better crash messages. Also enabled partial block lin...hrydgard
2008-07-14Reduce contiguous memory space requirement in 32-bit mode slightly. Could hel...hrydgard
2008-07-12Initial megacommit.hrydgard