CS318 - Pintos
Pintos source browser for JHU CS318 course
Macros
lg-random.c File Reference
#include "tests/filesys/base/random.inc"
Include dependency graph for lg-random.c:

Go to the source code of this file.

Macros

#define BLOCK_SIZE   512
 Writes out the content of a fairly large file in random order, then reads it back in random order to verify that it was written properly. More...
 
#define TEST_SIZE   (512 * 150)
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   512

Writes out the content of a fairly large file in random order, then reads it back in random order to verify that it was written properly.

Definition at line 5 of file lg-random.c.

◆ TEST_SIZE

#define TEST_SIZE   (512 * 150)

Definition at line 6 of file lg-random.c.