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.
minimum number of idle items desired in free list
expression that creates a new instance of T
this
See Implementation
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.