|
The Pedigree Project 0.1
|
Collaboration diagram for PhysicalMemoryManager::MemorySnapshot:Public Attributes | |
| uint64_t | totalPages = 0 |
| uint64_t | freePages = 0 |
| bool | available = false |
Definition at line 92 of file include/pedigree/kernel/processor/PhysicalMemoryManager.h.
| bool PhysicalMemoryManager::MemorySnapshot::available = false |
Definition at line 95 of file include/pedigree/kernel/processor/PhysicalMemoryManager.h.
| uint64_t PhysicalMemoryManager::MemorySnapshot::freePages = 0 |
Definition at line 94 of file include/pedigree/kernel/processor/PhysicalMemoryManager.h.
| uint64_t PhysicalMemoryManager::MemorySnapshot::totalPages = 0 |
Definition at line 93 of file include/pedigree/kernel/processor/PhysicalMemoryManager.h.