[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r29] by pierre_le_riche

Added security options ClearMemoryBeforeReturningToOS and AlwaysClearFreedMemory to force the clearing of memory blocks after being freed. In some situations this may provide some protection against information theft, but at a significant performance penalty.

2011-01-20 06:56:37 Tree
[r28] by pierre_le_riche

Fixed a missing "}" typo in FastMM4Options.inc. (Thanks to Tim Frost.)

2011-01-06 04:53:17 Tree
[r27] by pierre_le_riche

Added the FullDebugModeCallBacks define which adds support for memory manager event callbacks. This allows the application to be notified of memory allocations, frees and reallocations as they occur. (Thanks to Jeroen Pluimers.)

2010-12-19 08:59:28 Tree
[r26] by pierre_le_riche

Updated the simplified Chinese translation of FastMM4Options.inc. (Thanks to QianYuan Wang.)

2010-12-05 20:18:58 Tree
[r25] by pierre_le_riche

Change to borlandmm.dpr to explicitly include FastMM4Message.pas. (Thanks to Mark Edington.)

2010-11-10 13:08:56 Tree
[r24] by pierre_le_riche

Fixed a Delphi 5 compilation error.

2010-10-23 08:12:06 Tree
[r23] by pierre_le_riche

Fixed an ambiguous overloaded function issue in the C++ Builder support code.

2010-10-06 10:40:26 Tree
[r22] by pierre_le_riche

Added the UseSwitchToThread option. Set this option to call SwitchToThread instead of sitting in a "busy waiting" loop when a thread contention occurs. This is used in conjunction with the NeverSleepOnThreadContention option, and has no effect unless NeverSleepOnThreadContention is also defined. This option may improve performance with many CPU cores and/or threads of different priorities. Note that the SwitchToThread API call is only available on Windows 2000 and later. (Thanks to Zach Saw.)

2010-09-30 08:27:06 Tree
[r21] by pierre_le_riche

Fixed a crash bug (that crept in in 4.96) that may manifest itself when resizing a block to 4 bytes or less.

2010-09-29 15:09:49 Tree
[r20] by pierre_le_riche

Bumped the build number of FastMM_FullDebugMode.dll. (Thanks to Hanspeter Widmer for his assistance in dealing with the FullDebugMode crash on shutdown issue under Windows XP.)

2010-09-05 08:04:30 Tree
Older >