Ensures that the free list contains at least the specified number of (idle) items. Useful to pre-allocate a free list of a certain size.
Gets an item from the free list.
Ensures that the free list contains at most the specified number of items.
Recycles an item into the free list.
Returns the number of idle items in pool.
Management interface to a free list.