kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()

Disambiguates and makes the name a little more consistent with
TotalPhysicalMemoryUsed.
This commit is contained in:
Lioncash
2019-06-09 18:12:02 -04:00
parent 81b1102090
commit c1a8f684df
3 changed files with 6 additions and 6 deletions

View File

@ -499,7 +499,7 @@ public:
void LogLayout() const;
/// Gets the total memory usage, used by svcGetInfo
u64 GetTotalMemoryUsage() const;
u64 GetTotalPhysicalMemoryAvailable() const;
/// Gets the address space base address
VAddr GetAddressSpaceBaseAddress() const;