MCPcopy Create free account
hub / github.com/Z3Prover/z3 / cleanup

Method cleanup

src/api/java/Z3ReferenceQueue.java:114–119  ·  view source on GitHub ↗
(Context ctx)

Source from the content-addressed store, hash-verified

112 }
113
114 private void cleanup(Context ctx) {
115 decRef(ctx, nativePtr);
116 assert (prev != null && next != null);
117 prev.next = next;
118 next.prev = prev;
119 }
120
121 private void insert(Reference<?> ref) {
122 assert next != null;

Callers 4

Z3_fixedpoint_queryFunction · 0.45
clearMethod · 0.45

Calls 1

decRefMethod · 0.95

Tested by

no test coverage detected