Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12847
  • 博文数量: 1
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 10
  • 用 户 组: 普通用户
  • 注册时间: 2013-09-17 19:15
文章分类

全部博文(1)

文章存档

2014年(1)

我的朋友
最近访客

分类: C/C++

2014-05-29 10:02:23

原文已删除
阅读(1730) | 评论(7) | 转发(0) |
0

上一篇:没有了

下一篇:没有了

给主人留下些什么吧!~~

亘井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)

亘井2016-01-08 16:10:18

sa