Browse Source

Merge pull request #40 from thibmo/delphi-leakcheck

Adds LeakCheck to the list
Fr0sT-Brutal 8 years ago
parent
commit
b2eac1f03d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -492,6 +492,9 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 * [BrainMM](https://github.com/d-mozulyov/BrainMM). Extremely fast memory manager for Delphi.
 * [BrainMM](https://github.com/d-mozulyov/BrainMM). Extremely fast memory manager for Delphi.
 // *Advanced memory allocation functions for faster aligned operations.*
 // *Advanced memory allocation functions for faster aligned operations.*
 
 
+* [Delphi LeakCheck](https://bitbucket.org/shadow_cs/delphi-leakcheck). A memory manager extension that adds leak checking functionality.
+// *Main difference from the default memory manager is the multi-platform implementation of leak checking with DUnit and DUnitX integration.*
+
 
 
 ## System
 ## System
 *Low-level helper stuff: memory, threading etc*
 *Low-level helper stuff: memory, threading etc*
@@ -691,4 +694,4 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 
 
 ## License
 ## License
 
 
-[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0)
+[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0)