[Overview][Types][Classes][Index] |
Minimum count of free items in the list
Source position: pooledmm.pp line 56
public property TPooledMemManager.MinimumFreeCount : Integer |
MinimumFreeCount is the minimum number of free items in the linked list. When disposing an item in the list, the number of items is checked, and only if the required number of free items is present, the item is actually freed.
The default value is 100000
|
Maximum ratio of free items over total items |