Introduction - If you have any usage issues, please Google them yourself
With char* malloc (unsigned size) function to the system to apply for a memory space (eg, size = 1000, measured in bytes), using the first method to adapt to addr = (char*) fmalloc (unsigned size) and ffree (unsigned size, char* addr) (basic requirements) or the first cycle of adaptation law (improve step) addr = (char*) lmalloc (unsigned size) and lfree (unsigned size, char* addr) variable partition simulation UNIX memory management, realize the memory allocation and release management.
Packet : 87361045myprog.zip filelist
myprog.c