|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <string.h>#include <syscall.h>#include "tests/vm/sample.inc"#include "tests/lib.h"#include "tests/main.h"
Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Maps the same file into memory twice and verifies that the same data is readable in both. More... | |
| void test_main | ( | void | ) |
Maps the same file into memory twice and verifies that the same data is readable in both.
Definition at line 11 of file mmap-twice.c.
References CHECK, arc4::i, MAP_FAILED, memcmp(), mmap(), open(), and strlen().

1.8.16