开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > spmalloc |
spmalloc
|
0 | 1 | 10 |
贡献者 | 讨论 | 代码提交 |
概述
spmalloc is an allocator with a few additional features to most system's default allocators.
It is designed to be used in programs using dynamically linked objects to extend their own features and includes per-module memory allocation information and per-module free'ing of memory.
The latter feature makes sure even when a module doesn't clean up correctly when being unloaded that no memory leaks are created.
If you are using spmalloc in your project please let me know.
If you want to contact me, please use the email address which can be found in my GNU Savannah profile.
创建时间:2014-05-11 03:10