搜索资源列表
mmap
- using bibop to design memory allocator
BasicString_src
- There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods
FastShareMem
- * Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required. * No performance degradation. * Faster than ShareMem/Borlndmm.dll.-* Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required.
libgc
- libgc是一个保守的内存垃圾清理器,它会周期性的扫描程序中的数据,并标记所有的当前在heap对象中正在被使用的内存,随后释放所有未被标记的的内存。 但是,libgc不会检测使用libgc以外的allocator分配的内存空间,也不会对其进行自动的释放。-Libgc is a conservative garbage cleaning device, it will scan the program in the periodic data, and mark the current mem