操做系統——模擬內存回收算法

#include <malloc.h> #include <stdio.h> #include <string.h> #define NULL 0 typedef struct table { int address; /*存儲分區起始地址*/ int length; /*存儲分區長度*/ int flag; /*存儲分區
相關文章
相關標籤/搜索