MCPcopy Create free account
hub / github.com/java-native-access/jna / clean

Method clean

src/com/sun/jna/WeakMemoryHolder.java:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public synchronized void clean() {
51 for(Reference ref = referenceQueue.poll(); ref != null; ref = referenceQueue.poll()) {
52 backingMap.remove(ref);
53 }
54 }
55}

Callers 1

putMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected