亘井2016-01-08 16:10:30
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/mman.h>
#include <sys/syscall.h>
#include <errno.h>
#include \"mem/page.h\"
#include \"mem/mem.h\"
#define gettid() syscall(__NR_gettid)
#define SECURITY_ZONE_MEM_LIMIT (2*1024*1024)