Introduction - If you have any usage issues, please Google them yourself
Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory allocation and release of the law steps: first using the system malloc function in memory for a size of 1000 bytes of space, and then enter the command to complete This block of memory partition allocation and recovery algorithms, require on the screen give the necessary results.