採用可變式分區管理,使用空閒鏈表實現主存的分配與回收

採用可變式分區管理,使用空閒鏈表實現主存的分配與回收 #include<stdio.h> #include<string.h> #include<malloc.h> #define NULL 0 #define LEN sizeof(struct PCB) struct PCB{ int InitAdd; int EndAdd; int Length; int Release; cha
相關文章
相關標籤/搜索