summaryrefslogtreecommitdiff
path: root/src/common/memory_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-07Port #3579 from CitraGravatar fearlessTobi1-4/+4
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-8/+8
2018-04-29string_util: Remove StringFromFormat() and related functionsGravatar Lioncash1-2/+1
2018-04-26common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash1-8/+8
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-3/+4
2016-09-21Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner1-0/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-51/+39
2015-09-11memory_util: Remove unnecessary assignment in FreeMemoryPagesGravatar Lioncash1-3/+0
2015-09-11memory_util: Remove commented out printf statementsGravatar Lioncash1-10/+0
2015-09-11general: Replace 0 literals with nullptr where applicableGravatar Lioncash1-4/+4
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei1-4/+4
2015-06-28Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot1-4/+7
2015-05-07Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner1-1/+1
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-1/+2
2015-02-18Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift1-7/+7
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-1/+1
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-5/+5
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-4/+4
2014-09-08common: Prune all redundant includesGravatar archshift1-3/+0
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift1-1/+1
2014-08-17Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash1-5/+8
2014-08-17Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash1-2/+2
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-3/+3
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-89/+89
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+197