CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
pt-big-stk-obj.c File Reference
#include <string.h>
#include "tests/arc4.h"
#include "tests/cksum.h"
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for pt-big-stk-obj.c:

Go to the source code of this file.

Functions

void test_main (void)
 Allocates and writes to a 64 kB object on the stack. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Allocates and writes to a 64 kB object on the stack.

tests/main.h

This must succeed.

Definition at line 11 of file pt-big-stk-obj.c.

References arc4_crypt(), arc4_init(), cksum(), memset(), and msg().

Here is the call graph for this function: