#include <stdio.h>
#include <string.h>
#include <syscall.h>
#include "tests/arc4.h"
#include "tests/cksum.h"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Defines | |
#define | SIZE (128 * 1024) |
Functions | |
void | test_main (void) |
Variables | |
static char * | buf = (char *) 0x10000000 |
#define SIZE (128 * 1024) |
Definition at line 12 of file mmap-shuffle.c.
void test_main | ( | void | ) |
char* buf = (char *) 0x10000000 [static] |
Definition at line 14 of file mmap-shuffle.c.