diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-08 15:01:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-08 15:01:30 +0000 |
commit | ebbc20d1aabb7c462251e126929a4b2c7d3c3753 (patch) | |
tree | fcca9187f311c19ed6c50113feae34f76ba0d5f8 /plugins/Libs/FastMM4.pas | |
parent | 5f366013221edfc085a66446a24da366d4ea0739 (diff) |
temporary revert
git-svn-id: http://svn.miranda-ng.org/main/trunk@8479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Libs/FastMM4.pas')
-rw-r--r-- | plugins/Libs/FastMM4.pas | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Libs/FastMM4.pas b/plugins/Libs/FastMM4.pas index 6927a0aea8..8e02a3a1c9 100644 --- a/plugins/Libs/FastMM4.pas +++ b/plugins/Libs/FastMM4.pas @@ -1,6 +1,6 @@ (*
-Fast Memory Manager 4.991
+Fast Memory Manager 4.99
Description:
A fast replacement memory manager for Embarcadero Delphi Win32 applications
@@ -827,14 +827,13 @@ Change log: allocated.
- Fixed bad record alignment under 64-bit that affected performance.
- Fixed compilation errors with some older compilers.
- Version 4.991 (3 September 2012)
+ Version 4.??? (? ??? 2012)
- Added the LogMemoryManagerStateToFile call. This call logs a summary of
the memory manager state to file: The total allocated memory, overhead,
efficiency, and a breakdown of allocated memory by class and string type.
This call may be useful to catch objects that do not necessarily leak, but
do linger longer than they should.
- OS X support added by Sebastian Zierer
- - Compatible with Delphi XE3
*)
@@ -1067,7 +1066,7 @@ interface {-------------------------Public constants-----------------------------}
const
{The current version of FastMM}
- FastMMVersion = '4.991';
+ FastMMVersion = '4.99';
{The number of small block types}
{$ifdef Align16Bytes}
NumSmallBlockTypes = 46;
|