summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemoryUtil.cpp
AgeCommit message (Expand)Author
2016-09-24MemoryUtil: Fix formattingLéo Lam
2016-08-07Common: namespace MemoryUtilLioncash
2016-07-17OpenBSD has a custom sysctl for physical memory.Anthony J. Bentley
2016-06-26Get rid of #define PAGE_MASK and round_page, which conflict with OS X headerscomex
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Common: asterisks go against the type namemathieui
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-06-13Fix FreeBSD buildJeffrey Pfau
2015-06-14Revert "x64: build a Position-Independent Executable (PIE)"Matthew Parlane
2015-06-03MemoryUtil: get executable pages near static dataTillmann Karras
2015-05-26Merge pull request #2162 from degasus/prefetch_texMarkus Wick
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-16VideoCommon: Abort texture prefetching on low RAMdegasus
2015-04-07Common: Remove TLS usage in GetLastErrorMsgdegasus
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-18[Android] Remove posix_memalign workaround.Ryan Houdek
2015-01-12MemoryUtil: mention Valgrind in mmap error messageTillmann Karras
2015-01-12MemoryUtil: add comment for ValgrindTillmann Karras
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-17Be pedantic about stack overflow on Linux and OS X.comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-10Core: Actually show MemoryUtil.cpp allocation error messages on LinuxLioncash
2014-08-10Core: Fix case where a panic alert wouldn't be shown in MemoryUtil.cppLioncash
2014-07-31Fixes a check for what mmap returns.Ryan Houdek
2014-07-11mark all local functions as staticdegasus
2014-06-01Make MemoryUtil.cpp use the correct x86_64 define.Ryan Houdek
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
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-28Convert MemoryUtil.cpp to Unix-style line endingsTillmann 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-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre