Struct Space::Entry

Nested Relationships

This struct is a nested type of Class Space.

Struct Documentation

struct Entry

Public Functions

inline Entry(uintptr_t start, size_t size, Object *obj, Hal::Vm::Prot prot)

Public Members

ListNode<Entry> link
uintptr_t start
size_t size
Object *obj
Hal::Vm::Prot prot