操作系统实验内存分配(链表实现)
#include <iostream.h>#include <stdio.h>#include <process.h>struct memory //内存块{ char pro; //内存块的内容,