The Pedigree Project 0.1
Public Types | Public Attributes | List of all members
UserRegion Struct Reference
+ Collaboration diagram for UserRegion:

Public Types

enum class  Kind { Heap , Stack }
 

Public Attributes

uint64_t id
 
uintptr_t base
 
size_t length
 
Kind kind
 
bool privateWritable
 

Detailed Description

Definition at line 113 of file UserMemoryPolicy.h.

Member Enumeration Documentation

◆ Kind

enum class UserRegion::Kind
strong

Definition at line 114 of file UserMemoryPolicy.h.

Member Data Documentation

◆ base

uintptr_t UserRegion::base

Definition at line 116 of file UserMemoryPolicy.h.

◆ id

uint64_t UserRegion::id

Definition at line 115 of file UserMemoryPolicy.h.

◆ kind

Kind UserRegion::kind

Definition at line 118 of file UserMemoryPolicy.h.

◆ length

size_t UserRegion::length

Definition at line 117 of file UserMemoryPolicy.h.

◆ privateWritable

bool UserRegion::privateWritable

Definition at line 119 of file UserMemoryPolicy.h.


The documentation for this struct was generated from the following file: