You are not logged in.
Pages: 1
I decided to move from regular fastmm4 to mORMot version. After I configured it according to my needs (inc file) I'm getting hints:
[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.
Offline
Please report this to https://github.com/maximmasiutin/FastMM4-AVX
Offline
Pages: 1