GC: first working version of boehm gc. working with: 8af66bf9d36f75558ec49e0461099d5f...
[mate.git] / jmate / lang / MateRuntime.java
index 1a04df9602b1fbc43a1d2d2fe4dd6d5b30601407..56f3a10595a10fa6ce919b770342d90ab41e29e5 100644 (file)
@@ -2,4 +2,5 @@ package jmate.lang;
 
 public class MateRuntime {
        public static native void demoInterfaceCall(int val);
+        public static native void printMemoryUsage();
 }