Lines Matching full:region
53 is not a multiple of the page size, the mapped region may extend past the
70 is wholly within the truncated region, the access is aborted and a
86 (As a convenience to the system, the actual address of the region may differ
91 The actual starting address of the region is returned.
96 The protections (region accessibility) are specified in the
115 provides the ability to set the maximum protection of a region allocated by
141 Request a region in the first 2GB of the current process's address space.
142 If a suitable region cannot be found,
146 Align the region on a requested boundary.
147 If a suitable region cannot be found,
154 Align the region to maximize the potential use of large
157 If a suitable region cannot be found,
162 The page size used as well as the alignment of the region may both be
167 The region is not guaranteed to be aligned on any specific boundary.
230 Region is not included in a core file.
303 resident page within the region is mapped for read access.
306 otherwise occur on the initial read accesses to the region.
312 region.
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.
498 were specified, but the requested region is already used by a mapping.