Description: 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.
To Search:
File list (Check if you may need any files):
alloc.c
alloc.h
alloctest.c
newstd.txt