BytesAllocated

 (Available in 00 TS Tools(Base) - TS_Tools_PointerSafe)

Purpose

Get the number of bytes allocated

Syntax

? oPointerSafe:BytesAllocated

Source

ACCESS BytesAllocated AS DWORD PASCAL CLASS TS_PointerSafe
LOCAL dwBytesAllocated AS DWORD
   TSTrace Enter
   dwBytesAllocated:=SELF:_BytesAllocated
   TSTrace Leave
RETURN dwBytesAllocated