kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()
Disambiguates and makes the name a little more consistent with TotalPhysicalMemoryUsed.
This commit is contained in:
parent
81b1102090
commit
c1a8f684df
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue