[Overview][Types][Classes][Variables][Index] |
Maximum amount of free nodes in the list
Source position: avl_tree.pp line 190
public property TAVLTreeNodeMemManager.MaximumFreeNodeRatio : SizeInt |
MaximumFreeNodeRatio is the maximum amount of free nodes that should be kept in the list: if a node is disposed of, then the ratio of the free nodes versus the total amount of nodes is checked, and if it is less than the MaximumFreeNodeRatio ratio but larger than the minimum amount of free nodes, then the node is disposed of instead of added to the free list.
|
Number of nodes in the list. |
|
|
Minimum amount of free nodes to be kept. |