PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Macros | |
#define | SIZE (1024 * 1024) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | test_name = "child-linear" |
Child process of page-parallel. More... | |
static char | buf [SIZE] |
#define SIZE (1024 * 1024) |
Definition at line 12 of file child-linear.c.
int main | ( | int argc | , |
char * | argv[] | ||
) |
Definition at line 16 of file child-linear.c.
References arc4_crypt(), arc4_init(), buf, fail(), arc4::i, SIZE, and strlen().
|
static |
Definition at line 13 of file child-linear.c.
Referenced by main().
const char* test_name = "child-linear" |
Child process of page-parallel.
Child process for syn-read test.
Encrypts 1 MB of zeros, then decrypts it, and ensures that the zeros are back.
Definition at line 10 of file child-linear.c.