()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected