about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2014-04-24 13:58:03 +0200
committerMartin Nowack <martin@se.inf.tu-dresden.de>2014-04-24 13:58:03 +0200
commit016120fd8a8a2cac8457b66b6d2a41e0b5093889 (patch)
treeef75ff1c67049e36d01bd5c798415ccef5257e5e /include
parente2799703b08cc1feb8a324bfb04edfeb2c296e57 (diff)
downloadklee-016120fd8a8a2cac8457b66b6d2a41e0b5093889.tar.gz
Renamed GetTotalMemoryUsage to GetTotalMallocUsage
Diffstat (limited to 'include')
-rw-r--r--include/klee/Internal/System/MemoryUsage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Internal/System/MemoryUsage.h b/include/klee/Internal/System/MemoryUsage.h
index 37c838fc..e8e5d769 100644
--- a/include/klee/Internal/System/MemoryUsage.h
+++ b/include/klee/Internal/System/MemoryUsage.h
@@ -14,7 +14,7 @@
 
 namespace klee {
   namespace util {
-    size_t GetTotalMemoryUsage();
+    size_t GetTotalMallocUsage();
   }
 }