summaryrefslogtreecommitdiff
path: root/src/common/memory_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove memory_util.cpp/.hGravatar Lioncash2018-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::"Gravatar fearlessTobi2018-09-151-6/+6
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+4
|
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-3/+1
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-5/+1
| | | | Also replaced C headers with the C++ equivalent ones
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+25