搜索资源列表
mmap
- using bibop to design memory allocator
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.
asst4-allocator.tar
- Simulator for contiguous allocation: first, best and worst allocate algorithm.
malloc-lab
- 在这个实验中你将写一个C程序,即动态存储分配器,你自己的malloc版本,免费和realloc例程。你被鼓励去探索设计空间,创造性地实施一个分配器,是正确的,有效的fi 高效、快速。 -In this lab you will be writing a dynamic storage allocator for C programs, i.e., your own version of the malloc, free and realloc routines. You are enc
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
