标签: linux windows memory-management
我想在没有系统文件缓存的情况下测试磁盘读/写速度。 在linux上,我可以。例如:
posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED);
如何告知打算访问Windows?