- adjustments to scores for P3 as discussed.
[pintos-anon] / src / tests / vm / page-linear.c
index 85aeab6c1f4382553a8ee7b9f3bdcab7f11a1823..652a47b36c8e83e203b9dfe968b1aae67a113fcb 100644 (file)
@@ -1,9 +1,12 @@
+/* Encrypts, then decrypts, 2 MB of memory and verifies that the
+   values are as they should be. */
+
 #include <string.h>
 #include "tests/arc4.h"
 #include "tests/lib.h"
 #include "tests/main.h"
 
-#define SIZE (1024 * 1024)
+#define SIZE (2 * 1024 * 1024)
 
 static char buf[SIZE];