inf
This commit is contained in:
parent
54f2ba6c6a
commit
0e20d50cb1
@ -174,6 +174,7 @@ void print_memory(node *umem_head, node *hole_head) {
|
|||||||
|
|
||||||
while (hole_head != NULL) {
|
while (hole_head != NULL) {
|
||||||
num_of_gaps++;
|
num_of_gaps++;
|
||||||
|
hole_head = hole_head->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
char a[16];
|
char a[16];
|
||||||
|
Reference in New Issue
Block a user