MMapRegion.this
this
(int fd, size_t pageOffset, size_t pageCount)Instantiate an instance of this struct with the provided offset / length
Parameters
fd | The file descriptor to map (likely obtained with open) |
pageOffset | The number of pages to offset the fd with. For example, if one wishes to skip the first 16 KiB of the file, the pageOffset will be 4 (for pageSize == 4kiB). |
pageCount | The number of pages to map |