#include <debug.h>
#include <syscall.h>
#include "tests/lib.h"
#include "tests/main.h"
#include "tests/vm/qsort.h"
Go to the source code of this file.
Functions | |
int | main (int argc UNUSED, char *argv[]) |
Variables | |
const char * | test_name = "child-qsort-mm" |
int main | ( | int argc | UNUSED, | |
char * | argv[] | |||
) |
Definition at line 13 of file child-qsort-mm.c.
References CHECK, MAP_FAILED, mmap(), open(), qsort_bytes(), and quiet.
const char* test_name = "child-qsort-mm" |
Definition at line 10 of file child-qsort-mm.c.