MCPcopy Create free account
hub / github.com/golang/mobile / runGC

Method runGC

bind/java/SeqTest.java:394–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392 }
393
394 private void runGC() {
395 System.gc();
396 System.runFinalization();
397 Testpkg.gc();
398 System.gc();
399 System.runFinalization();
400 }
401
402 public void testUnnamedParams() {
403 final String msg = "1234567";

Callers 5

testGoRefGCMethod · 0.95
testJavaRefKeepMethod · 0.95
testGoRefMapGrowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected