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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
MemoryUtil.cpp
Age
Commit message (
Expand
)
Author
2016-09-24
MemoryUtil: Fix formatting
Léo Lam
2016-08-07
Common: namespace MemoryUtil
Lioncash
2016-07-17
OpenBSD has a custom sysctl for physical memory.
Anthony J. Bentley
2016-06-26
Get rid of #define PAGE_MASK and round_page, which conflict with OS X headers
comex
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Common: asterisks go against the type name
mathieui
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-06-13
Fix FreeBSD build
Jeffrey Pfau
2015-06-14
Revert "x64: build a Position-Independent Executable (PIE)"
Matthew Parlane
2015-06-03
MemoryUtil: get executable pages near static data
Tillmann Karras
2015-05-26
Merge pull request #2162 from degasus/prefetch_tex
Markus Wick
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-05-16
VideoCommon: Abort texture prefetching on low RAM
degasus
2015-04-07
Common: Remove TLS usage in GetLastErrorMsg
degasus
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-18
[Android] Remove posix_memalign workaround.
Ryan Houdek
2015-01-12
MemoryUtil: mention Valgrind in mmap error message
Tillmann Karras
2015-01-12
MemoryUtil: add comment for Valgrind
Tillmann Karras
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-17
Be pedantic about stack overflow on Linux and OS X.
comex
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-10
Core: Actually show MemoryUtil.cpp allocation error messages on Linux
Lioncash
2014-08-10
Core: Fix case where a panic alert wouldn't be shown in MemoryUtil.cpp
Lioncash
2014-07-31
Fixes a check for what mmap returns.
Ryan Houdek
2014-07-11
mark all local functions as static
degasus
2014-06-01
Make MemoryUtil.cpp use the correct x86_64 define.
Ryan Houdek
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
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-28
Convert MemoryUtil.cpp to Unix-style line endings
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-17
Second and final pass of clearing out tabs.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre