| [Overview][Constants][Types][Classes][Index] | 
Maximum amount of elements in a list
Source position: fgl.pp line 36
const MaxListSize = Maxint div 16;  | 
MaxListSize is the maximum number of elements a list can contain before the memory runs out.
  | 
Current capacity of the list  |