Skip to content

A Delphi wrapper around the TCMalloc memory manager from gperftools

License

Notifications You must be signed in to change notification settings

obones/tcmalloc-delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcmalloc-delphi

A Delphi wrapper around the TCMalloc memory manager from gperftools

The DLLs are compiled from the gperftools project, in minimal mode but without any dependency on the MSVC runtime

To use, simply add the tcmalloc.pas file as the first unit in your project uses section and place the appropriate DLL next to the exe.

The DLL files retain the original license from gpertools while the tcmalloc.pas file is released under MPL2.0 license.

About

A Delphi wrapper around the TCMalloc memory manager from gperftools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages