Download Denomo -- the memory and resource leak detection tool for Delphi
Version: 2.1.0
File size: 490K
From version 1.0.2, third party source code is removed from Denomo and now a DLL is used to wrap the third party functions. The DLL is included in denomo.zip as a binary. But if you want to compile the DLL by yourself, its source code is in the zip file, but you need to download following two third party packages.
1, JCL library. http://www.delphi-jedi.org/
2, Disasm32. Now you can download this package from here directly. Download Disasm32 (180K)
Note: Disasm32 is developed by Russell Libby, not by me. All copyright is reserved to Russell Libby.
Download Denomo for C++ -- the memory and resource leak detection tool for BCB and VC
Version: 2.1.0
File size: 180K
To download source code, you need to download Denomo for Delphi
Download CodeHook -- an open source library for binary code hook and redirect for Win32 Delphi and C++
Version: 1.0.0
File size: 140K
The source code and binary DLL is included in codehook.zip. But if you want to compile the DLL by yourself, you need to download following third party package.
1, Disasm32. Now you can download this package from here directly. Download Disasm32 (180K)
Note: Disasm32 is developed by Russell Libby, not by me. All copyright is reserved to Russell Libby.
Sample code of article "An effective algorithm to manage fixed length memory blocks"
File size: 6Kdownload blog
The sample code contains two versions, one is written in Delphi, another is written in Java.
Source code of article "Allocate objects on stack, at specified memory address, or through any memory manager"
File size: 7Kdownload blog