DecRef decrements the reference count on all pages in fr. Preconditions: * fr.Start and fr.End must be page-aligned. * fr.Length() > 0. * At least one reference must be held on all pages in fr.
(fr FileRange)
| 458 | // * fr.Length() > 0. |
| 459 | // * At least one reference must be held on all pages in fr. |
| 460 | DecRef(fr FileRange) |
| 461 | |
| 462 | // MapInternal returns a mapping of the given file offsets in the invoking |
| 463 | // process' address space for reading and writing. |
no outgoing calls