The Thread Local Memory Area (TLMA) a an area of private arena memory that is instanciated at a thread level. This is achieved by copying the contents of the TLMA to dfff:0024 when a thread switch occurs. The TLMA contents are saved in the TCB at TCBTLMA.

Storage is allocated from the TLMA by using the DosAllocThreadLocalMemory API.

See Context Switching for more information.


[Back: ]
[Next: ]