summaryrefslogtreecommitdiffstats
path: root/src/common/memory_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove memory_util.cpp/.hLioncash2018-10-231-21/+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::"fearlessTobi2018-09-151-6/+6
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+4
|
* Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-3/+1
|
* License changepurpasmart962014-12-211-2/+2
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-5/+1
| | | | Also replaced C headers with the C++ equivalent ones
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+25