summaryrefslogtreecommitdiffstats
path: root/src/common/memory_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-07Port #3579 from CitrafearlessTobi1-4/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-8/+8
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash1-2/+1
2018-04-27common: Move logging macros over to new fmt-capable macros where applicableLioncash1-8/+8
2018-01-21Format: Run the new clang format on everythingJames Rowe1-3/+4
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner1-0/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-51/+39
2015-09-12memory_util: Remove unnecessary assignment in FreeMemoryPagesLioncash1-3/+0
2015-09-12memory_util: Remove commented out printf statementsLioncash1-10/+0
2015-09-12general: Replace 0 literals with nullptr where applicableLioncash1-4/+4
2015-08-16Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei1-4/+4
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot1-4/+7
2015-05-07Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+2
2015-02-19Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift1-7/+7
2014-12-21License changepurpasmart961-2/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-03Change NULLs to nullptrs.Rohit Nirmal1-5/+5
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-4/+4
2014-09-09common: Prune all redundant includesarchshift1-3/+0
2014-09-09Added string_util to common, small changes in loader.cpparchshift1-1/+1
2014-08-17Common: Correctly set ptr to null if mmap fails in memory_utilLioncash1-5/+8
2014-08-17Common: Move remaining C header includes over to their C++ equivalentLioncash1-2/+2
2014-04-09fixed project includes to use new directory structurebunnei1-3/+3
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-02convert tabs to spacesbunnei1-89/+89
2013-09-05replaced common code with dolphin commonShizZy1-0/+197