搜索资源列表
MALLOC
- malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
freememory
- Uses malloc() to determine the amount of free memory on the system Don´ t run this program in Windows with virtual memory enabled, as windows just increases virtual memory
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
