Name

TlsLast Variable

Syntax

unit SysInit;
var TlsLast: Byte;

Description

The address of TlsLast denotes the amount of memory required for storing threadvar variables. When a thread starts up, Delphi allocates that much memory in the thread-local storage (TLS) for storing threadvar variables. The address is nil if the program, library, or package does not use any threadvar variables, in which case the module does not allocate a TLS slot.

See Also

ThreadVar Keyword, TlsIndex Variable
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset