summaryrefslogtreecommitdiff
path: root/src/common/memory_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove memory_util.cpp/.hGravatar Lioncash2018-10-231-177/+0
| | | | | | | | Everything from here is completely unused and also written with the notion of supporting 32-bit architecture variants in mind. Given the Switch itself is on a 64-bit architecture, we won't be supporting 32-bit architectures. If we need specific allocation functions in the future, it's likely more worthwhile to new functions for that purpose.
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-6/+6
|
* Port #3579 from CitraGravatar fearlessTobi2018-07-071-4/+4
|
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-8/+8
|
* string_util: Remove StringFromFormat() and related functionsGravatar Lioncash2018-04-291-2/+1
| | | | Given we utilize fmt, we don't need to provide our own functions for formatting anymore
* common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash2018-04-261-8/+8
|
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-3/+4
|
* Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner2016-09-211-0/+1
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-51/+39
|
* memory_util: Remove unnecessary assignment in FreeMemoryPagesGravatar Lioncash2015-09-111-3/+0
|
* memory_util: Remove commented out printf statementsGravatar Lioncash2015-09-111-10/+0
|
* general: Replace 0 literals with nullptr where applicableGravatar Lioncash2015-09-111-4/+4
|
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-151-4/+4
|
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-4/+7
|
* Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-071-1/+1
| | | | | | | The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+2
|
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-181-7/+7
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-1/+1
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-5/+5
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-191-4/+4
| | | | or generated
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-111-1/+1
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-081-1/+1
| |
* | common: Prune all redundant includesGravatar archshift2014-09-081-3/+0
|/
* Merge pull request #52 from lioncash/memoryGravatar bunnei2014-08-171-5/+8
|\ | | | | Common: Correctly set ptr to null if mmap fails in memory_util
| * Common: Correctly set ptr to null if mmap fails in memory_utilGravatar Lioncash2014-08-171-5/+8
| | | | | | | | On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
* | Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash2014-08-171-2/+2
|/
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-3/+3
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+197