[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TNodePool.Create

Constructor for the class instance.

Declaration

Source position: laz2_dom.pas line 839

public constructor TNodePool.Create(

  AElementSize: Integer;

  AElementCount: Integer = 32

);

Arguments

AElementSize

  

Size for the class instances stored in the node pool.

AElementCount

  

Number of storage slots for nodes in the node pool.

Description

Allocates an extent with the specified number of entries when the node pool is created.


Version 4.0 Generated 2025-05-03 Home