Einzelnen Beitrag anzeigen

Papaschlumpf73
Online

Registriert seit: 3. Mär 2014
Ort: Berlin
435 Beiträge
 
Delphi 12 Athens
 
#10

AW: InterlockedIncrement in welcher Unit?

  Alt 30. Okt 2024, 12:49
Und was ist das?
Delphi-Quellcode:
function MyFreeMem(P: Pointer): Integer;
begin
  { Route the call. }
  Result := OldMemMgr.FreeMem(P);

  { Safely increment the counter. }
  Interlocke1dIncrement(FreeMemCalls);
end;
Interlocke1???
  Mit Zitat antworten Zitat