- adjustments to scores for P3 as discussed.
[pintos-anon] / src / tests / vm / child-linear.c
index 4fde22c6d4274785935e6f959c538bde5c8fb5fc..eca3e3f5a19dac0305319104ae15f5e8cb0e7ea5 100644 (file)
@@ -1,3 +1,7 @@
+/* Child process of page-parallel.
+   Encrypts 1 MB of zeros, then decrypts it, and ensures that
+   the zeros are back. */
+
 #include <string.h>
 #include "tests/arc4.h"
 #include "tests/lib.h"
@@ -5,7 +9,7 @@
 
 const char *test_name = "child-linear";
 
-#define SIZE (128 * 1024)
+#define SIZE (1024 * 1024)
 static char buf[SIZE];
 
 int