MCPcopy Create free account
hub / github.com/binkybear/androidVNC / ObjectPool

Class ObjectPool

app/src/main/java/com/antlersoft/util/ObjectPool.java:16–58  ·  view source on GitHub ↗

A pool of reusable object of a given type. You get the object from a Entry, which you get by calling reserve(). When you are done with the object, you call release() passing the Entry. Failing to call release() does not leak memory--but you will not get the benefits of reusing the object. You

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected