Lines Matching +full:memory +full:- +full:region

11 .Bd -literal
15 .Bf -symbolic
32 provides a two-level view of process space, unlike the previous
44 .Bl -tag -width status
71 A collection of lines describing the memory regions of the process,
73 .Bl -tag -compact -width private-resident
74 .It start-address
75 The starting address for the region (inclusive).
76 .It end-address
77 The ending address for the region (exclusive).
80 .It private-resident
85 kernel data structure describing the memory region.
94 .Sq - .
96 The number of references to the region.
98 The number of VM objects that this region is a shadow for.
104 .It copy-on-write
105 Whether the region is copy-on-write.
107 .Bl -tag -compact -width NCOW
109 A copy-on-write region.
111 A non-copy-on-write region.
113 .It needs-copy
114 Whether the region needs a copy.
116 .Bl -tag -compact -width NNC
118 The region needs a copy.
120 The region does not need a copy.
123 The type of the region.
125 .Bl -tag -compact -width unknown
127 A region associated with a dead VM object.
129 A region backed by device memory.
131 A region not backed by anything.
133 A region backed by physical memory.
135 A region backed by swap.
137 A region of unknown type.
139 A region backed by a file.
142 The path to the file backing the memory region, or
143 .Sq -
147 .Bl -tag -compact -width NCH
149 The region is being charged to the user specified in the
150 .Sq charged-uid
153 The region is not being charged to any user.
155 .It charged-uid
156 The UID of the user being charged, or -1 if no user is being charged.
159 The complete virtual memory image of the process.
184 This is a read-only file containing the process current and maximum
188 with -1
192 This file is read-only and returns a single line containing
193 multiple space-separated fields as follows:
195 .Bl -bullet -compact
210 .Pq Dq -
236 group list, starting with the effective GID, comma-separated
239 .Ql -
247 .Bl -tag -width /proc/curproc/XXXXXXX -compact
269 virtual memory map of the process
291 .Dl "mount -t procfs proc /proc"
301 .An -nosplit
306 .An Jan-Simon Pendry ,