Has anyone update the FastMMUsageTracker dialog to support 64bit? The lastest I could find in git is full of DWORD's and Integer casts, and before I spend the time to try to update it, wondering if anyone has already done it..

Comments

  1. Yes, that's the one I'm referring to. Much of it is still 32bit only.. For example, see the cast to cardinal below, and the use of CadrinalToKString instead of the 64bit versions..

    Add('Largest Free Block ' + IntToStr(LI_I + 1) + '. = ' + CardinalToKStringFormatted(Cardinal(LP_FreeVMList.List[LI_I])));


    Add('Working Set Size = ' + CardinalToKStringFormatted(WorkingSetSize));

    I guess I'll start updating it, since no one else has already.

    ReplyDelete
  2. Add an issue to the repo Stefan Glienke mentioned; Put modifications in a pull-request; Pierre usually merges them quite quickly.

    ReplyDelete

Post a Comment