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

Public Attributes

uint64_t totalPages = 0
 
uint64_t freePages = 0
 
bool available = false
 

Detailed Description

Definition at line 92 of file include/pedigree/kernel/processor/PhysicalMemoryManager.h.

Member Data Documentation

◆ available

bool PhysicalMemoryManager::MemorySnapshot::available = false

◆ freePages

uint64_t PhysicalMemoryManager::MemorySnapshot::freePages = 0

◆ totalPages

uint64_t PhysicalMemoryManager::MemorySnapshot::totalPages = 0

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