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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected