Lines Matching +full:memory +full:- +full:mapped
49 system call locks into memory the physical pages associated with the
55 .Bl -tag -width ".Dv MCL_CURRENT"
57 Lock all pages currently mapped into the process's address space.
59 Lock all pages mapped into the process's address space in the future,
65 Since physical memory is a potentially scarce resource, processes are
67 A single process can lock the minimum of a system-wide
71 and the per-process
77 is set to 0 these calls are only available to the super-user.
80 is set to 1 the per-process
88 call unlocks any locked memory regions in the process address space.
89 Any regions mapped after an
95 A return value of \-1 indicates an error occurred and the locked
103 .Bl -tag -width Er
109 Locking the indicated range would exceed either the system or per-process
110 limit for locked memory.
112 Some or all of the memory mapped into the process's address space
130 .St -p1003.1-2001 .
139 The per-process and system-wide resource limits of locked memory apply
140 to the amount of virtual memory locked, not the amount of locked physical
143 2 pages aginst the system limit, and also against the per-process limit