标签: linux memory-management
我的代码中有以下行
madvise(address, size, MADV_SOFT_OFFLINE);
地址是页面混淆,大小是两页。我测试了返回值,发现它失败了,而perror显示了
Operation not permitted!
我的系统是linux x86_64 3.2.0。任何线索?