![]() |
My Project
|
#include "vspace.h"#include "kernel/mod2.h"#include <cstddef>#include "reporter/si_signals.h"#include "resources/feFopen.h"#include <errno.h>#include <string.h>#include <cstdlib>#include <unistd.h>#include <sys/mman.h>#include <sys/stat.h>Go to the source code of this file.
Namespaces | |
| namespace | vspace |
| namespace | vspace::internals |
Macros | |
| #define | metapageaddr(field) |
Variables | |
| size_t | vspace::internals::config [4] = { METABLOCK_SIZE, MAX_PROCESS, SEGMENT_SIZE, MAX_SEGMENTS } |