- OS X full debug mode added by Sebastian Zierer - Included the average block size in the memory state log file. (Thanks to Hallvard Vassbotn) - Support added for Free Pascal's OS X and Linux targets, both i386 and x86-64. (Thanks to Zoë Peterson - some fixes by Arnaud Bouchez) - Added the LogLockContention option which may be used to track down areas in the application that lead to frequent lock contentions in the memory manager. (Primoz Gabrijelcic) - Support for release stacks added by Primoz Gabrijelcic. Define "UseReleaseStack" to use this new feature: If a block cannot be released immediately during a FreeMem call the block will added to a list of blocks that will be freed later, either in the background cleanup thread or during the next call to FreeMem.
ReplyDeleteVersion 4.992 (21 October 2016)
- OS X full debug mode added by Sebastian Zierer
- Included the average block size in the memory state log file. (Thanks to
Hallvard Vassbotn)
- Support added for Free Pascal's OS X and Linux targets, both i386 and
x86-64. (Thanks to Zoë Peterson - some fixes by Arnaud Bouchez)
- Added the LogLockContention option which may be used to track down areas
in the application that lead to frequent lock contentions in the memory
manager. (Primoz Gabrijelcic)
- Support for release stacks added by Primoz Gabrijelcic. Define
"UseReleaseStack" to use this new feature: If a block cannot be released
immediately during a FreeMem call the block will added to a list of blocks
that will be freed later, either in the background cleanup thread or during
the next call to FreeMem.