[Overview][Types][Classes][Index] |
Maximum ratio of free items over total items
Source position: pooledmm.pp line 57
public property TPooledMemManager.MaximumFreeCountRatio : Integer |
MaximumFreeCountRatio is the maximum ratio (divided by 8) of free elements over the total amount of elements: When disposing an item in the list, if the number of free items is higher than this ratio, the item is freed.
The default value is 8.
|
Minimum count of free items in the list |