[Overview][Types][Classes][Index] Reference for unit 'DynQueue' (#lazutils)

TDynamicDataQueue.MinimumBlockSize

Indicates the smallest memory block size allocated for an item added to the queue.

Declaration

Source position: dynqueue.pas line 72

public property TDynamicDataQueue.MinimumBlockSize : Integer
  read FMinimumBlockSize
  write SetMinimumBlockSize;

Description

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.

See also

TDynamicDataQueue.MaximumBlockSize

  

Indicates the largest memory block size allocated for an item added to the queue.

TDynamicDataQueue.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home