[Overview][Types][Classes][Index] |
Indicates the smallest memory block size allocated for an item added to the queue.
Source position: dynqueue.pas line 72
public property TDynamicDataQueue.MinimumBlockSize : Integer |
MinimumBlockSize is an Integer property which indicates the smallest memory block size allocated for an item added to the queue. MinimumBlockSize and MaximumBlockSize are used in the CalculateItemSize method to derive the actual block size allocated for a queue item and its arbitrary data.
The default value for MinimumBlockSize is 512, as set in the Create constructor. MinimumBlockSize cannot be set to a value smaller than sixteen (16) bytes, or a value larger than MaximumBlockSize.
|
Indicates the largest memory block size allocated for an item added to the queue. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |