You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
radexpol edited this page Apr 23, 2020
·
1 revision
[Hint] FastMM4.pas(6718): Value assigned to 'LLockLargeBlocksLocked' never used
[Hint] FastMM4.pas(7212): Value assigned to 'LMediumBlocksLocked' never used
{$ifndef AssumeMultiThreaded}
if IsMultiThread then
{$endif}
begin
LLockLargeBlocksLocked := True;
{$ifdef LogLockContention}ADidSleep:={$endif}
{Insert the large block into the linked list of large blocks}
LockLargeBlocks;
end;