MMapRegion.this

this(int fd, size_t pageOffset, size_t pageCount)

Instantiate an instance of this struct with the provided offset / length

Parameters

fdThe file descriptor to map (likely obtained with open)
pageOffsetThe 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).
pageCountThe number of pages to map