|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Page-table slot describing one page's identity, size and lock state (legacy allocator). More...
#include <MemoryManager.h>
Public Attributes | |
| uint8 | pageSerial |
| uint8 | cacheSerial |
| uint32 | pageSize |
| uint32 | pageID |
| uint64 | lockID |
| uint64 | lockTime |
| uint16 | lockCount |
Page-table slot describing one page's identity, size and lock state (legacy allocator).
Definition at line 647 of file MemoryManager.h.
| uint8 cmlabs::MemoryPageEntry::cacheSerial |
Definition at line 649 of file MemoryManager.h.
| uint16 cmlabs::MemoryPageEntry::lockCount |
Definition at line 654 of file MemoryManager.h.
| uint64 cmlabs::MemoryPageEntry::lockID |
Definition at line 652 of file MemoryManager.h.
| uint64 cmlabs::MemoryPageEntry::lockTime |
Definition at line 653 of file MemoryManager.h.
| uint32 cmlabs::MemoryPageEntry::pageID |
Definition at line 651 of file MemoryManager.h.
| uint8 cmlabs::MemoryPageEntry::pageSerial |
Definition at line 648 of file MemoryManager.h.
| uint32 cmlabs::MemoryPageEntry::pageSize |
Definition at line 650 of file MemoryManager.h.