summaryrefslogtreecommitdiff
path: root/src/common/memory_util.h
AgeCommit message (Collapse)Author
2018-10-23common: Remove memory_util.cpp/.hLioncash
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.
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2014-12-20License changepurpasmart96
2014-08-17Common: Move header guards over to pragma onceLioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08got rid of 'src' folders in each sub-projectbunnei