首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 编写动态存储分配的一部分

编写动态存储分配的一部分

资 源 简 介

Memory Allocation in C-write part of a dynamic storage allocation package. The package provides three function calls: void initalloc(), to initialize the data structures involved char* alloc(int n), which returns a pointer to a block of n chars when called and void freef(char* p), which frees the block of n chars earlier given to the data structure so that it can be given out to another.

文 件 列 表

alloc.c
alloc.h
alloctest.c
VIP VIP
0.176428s