Lines Matching full:mapped
47 bytes to be mapped from the object described by
53 is not a multiple of the page size, the mapped region may extend past the
55 Any such extension beyond the end of the mapped object will be zero-filled.
131 argument specifies the type of the mapped object, mapping options and
132 whether modifications made to the mapped copy of the page are private
163 affected by properties of the file being mapped.
177 .\"Mapped from a regular file or character-special device memory.
303 resident page within the region is mapped for read access.
318 Creates both a mapped region that grows downward on demand and an
319 adjoining guard that both reserves address space for the mapped region
320 to grow into and limits the mapped region's growth.
321 Together, the mapped region and the guard occupy
324 The guard starts at the returned address, and the mapped region ends at
328 Upon access to the guard, the mapped region automatically grows in size,
330 Essentially, the boundary between the guard and the mapped region moves
331 downward so that the access falls within the enlarged mapped region.
336 between the downward growing mapped region and the closest mapped region
390 returns a pointer to the mapped region.