文件名称:alloc
介绍说明--下载内容均来自于网络,请自行研究使用
Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when called and void freef(char* p), whichfrees the block of n chars earlier given to the data structure so thatit can be given out to another.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
alloc.c
alloc.h
alloctest.c
newstd.txt