On UNIX, I can, for example, tell the OS that mapping will be needed in the future using posix_fadvise(POSIX_FADV_WILLNEED) . Then it will read the data if so.
How do I report that access is for Windows?
memory-management unix portability winapi
Steve Schnepp Jul 29 '09 at 15:36 2009-07-29 15:36
source share