[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r31] by pierre_le_riche

Fixed a BCB2009+ compilation error (Thanks to Albert Wiersch and James Nachbar.)

2011-03-03 20:29:45 Tree
[r30] by pierre_le_riche

Shifted the code in the initialization section to a procedure RunInitializationCode. This allows the startup code to be called before InitUnits, which is required by some software protection tools.

2011-02-13 18:48:57 Tree
[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
Older >