summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Unix/Process.cpp')
-rw-r--r--lib/System/Unix/Process.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Unix/Process.cpp b/lib/System/Unix/Process.cpp
index cccd3ffcb6..1c1373ebb5 100644
--- a/lib/System/Unix/Process.cpp
+++ b/lib/System/Unix/Process.cpp
@@ -47,7 +47,7 @@ Process::GetPageSize()
static char* som = reinterpret_cast<char*>(::sbrk(0));
#endif
-uint64_t
+size_t
Process::GetMallocUsage()
{
#if defined(HAVE_MALLINFO)
@@ -68,7 +68,7 @@ Process::GetMallocUsage()
#endif
}
-uint64_t
+size_t
Process::GetTotalMemoryUsage()
{
#if defined(HAVE_MALLINFO)