Destroy PT pages in addrspace_destroy().
[pintos-anon] / src / lib / bitmap.h
index d3bda409d3832eddd6733746bf84eccae41960ec..2dbf38a4bdfb9faa179cbb6daa7b82ad209db915 100644 (file)
@@ -45,4 +45,6 @@ void bitmap_read (struct bitmap *, struct file *);
 void bitmap_write (const struct bitmap *, struct file *);
 #endif
 
+void bitmap_dump (const struct bitmap *);
+
 #endif /* bitmap.h */