The documentation of FastMM_WalkBlocks() states that FastMM_ProcessAllPendingFrees() should be called first in order to not report blocks that are already freed but pending. BorlndMM.dpr exports FastMM_WalkBlocks() but it does not export FastMM_ProcessAllPendingFrees().
The documentation of
FastMM_WalkBlocks()states thatFastMM_ProcessAllPendingFrees()should be called first in order to not report blocks that are already freed but pending.BorlndMM.dprexportsFastMM_WalkBlocks()but it does not exportFastMM_ProcessAllPendingFrees().