[PATCH] [Support] Make GetMallocUsage() aware of jemalloc

David Majnemer david.majnemer at gmail.com
Tue Feb 17 20:36:23 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/Support/Unix/Process.inc:109-110
@@ -101,1 +108,4 @@
+    return alloc;
+  else
+    return 0;
 #elif defined(HAVE_SBRK)
----------------
No need for an `else`.

http://reviews.llvm.org/D7663

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list