[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Maximum string size
Source position: contnrs.pp line 201
const MaxHashStrSize = Maxint; |
MaxHashStrSize is the maximum amount of data for the key string values. The key strings are kept in a continuous memory area. This constant determines the maximum size of this memory area.
|
Hash list class for pointer data |