Registered
by
davidsiaw
This is a simple resource pooling library used to pool memory and other resources such as file handles and socket descriptors. A pool is an object that manages all allocations and deallocations of a resource within a limited context. Once freed, all objects under the pool are freed as well.
View full history Series and milestones
Loading graph...
trunk series is the current focus of development.