Skip to content
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;

I defined:

{$define AssumeMultiThreaded}

in inc file.

Clone this wiki locally