Description: Operating system reference variable first experiment to write a C partition storage management program, with the char* malloc (unsigned size) function of one application to the system memory space (such as size = 1000, in bytes), with the first adaptation method addr = (char*) fmalloc (unsigned size) and ffree (unsigned size, char* addr) (basic requirements), or loop the first adaptation method (increase step) addr = (char*) lmalloc (unsigned size) and lfree (unsigned size , char* addr) variable analog UNIX partition memory management, and allocation of the memory area and release management.
To Search:
File list (Check if you may need any files):
T_5424.doc