MCPcopy Create free account
hub / github.com/google/re2j / reset

Method reset

java/com/google/re2j/RE2.java:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229
230 // Clears the memory associated with this machine.
231 void reset() {
232 pooled.set(null);
233 }
234
235 // put() returns a machine to |this|'s machine cache. There is no attempt to
236 // limit the size of the cache, so it will grow to the maximum number of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected