summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemoryUtil.cpp
AgeCommit message (Expand)Author
2025-04-21MemoryUtil: Remove availability checks for macOS 11OatmealDome
2023-08-29Jit: Add more error checking to ProtectStackJosJuice
2023-04-15Embrace nullptr over NULL and 0get
2022-06-01MemoryUtil: Remove __builtin_available for macOS 10.14OatmealDome
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-22Apple M1: x86_64 MAP_JITSkyler Saleh
2021-05-22Apple M1: MacOS 11.2 mprotect restrictionsSkyler Saleh
2021-05-22Apple M1: OS version checking for MAP_JITSkyler Saleh
2021-05-22Apple M1: Build, Analytics, and Memory ManagementSkyler Saleh
2021-05-22Apple M1 Support for MacOSSkyler Saleh
2020-12-20MemoryUtil: Use HW_PHYSMEM64 sysctl in MemPhysicalMerryMage
2020-12-15Add NetBSD supportDavid Carlier
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-10-23Common: Migrate logging to fmtLioncash
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-06-08remove MemUsage, and therefor psapi dependencyShawn Hoffman
2017-05-20MemoryUtil: 0 -> nullptrJosJuice
2017-05-20Remove code for only allocating low memoryJosJuice
2017-03-27Initial support for Haiku.Augustin Cavalier
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2016-10-23Fix unused function warningsLéo Lam
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