News

This is static object pool library. It mean that object pool has fixed number of object it manages. Client can't add more object after initialization. Because it is static so there's no malloc and all ...