One VAD/context region (proc.regions items, search-hit context).
-
property commit_charge: int | None
Committed pages charged to the region.
-
property details: str | None
A description: the mapped file, or the kernel region kind.
-
property end: int
End of the region (exclusive).
-
property private_memory: bool | None
Whether the region is private (not shared or mapped).
-
property protection: int | None
The VAD protection value, when known.
-
property start: int
First address of the region.
-
to_dict() → dict[str, Any]
-
property vad_type: int | None
The VAD type, when known.