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

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   13

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

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

◆ TEST_SIZE

#define TEST_SIZE   (13 * 123)

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