|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Header of a process-local (non-shared) cache of mapped page addresses (legacy allocator). More...
#include <MemoryManager.h>
Public Attributes | |
| uint32 | size |
| uint32 | count |
Header of a process-local (non-shared) cache of mapped page addresses (legacy allocator).
Shared segments may map at different addresses per process, so each process caches its own page pointers keyed by page id and validated by serial numbers.
Definition at line 660 of file MemoryManager.h.
| uint32 cmlabs::MemoryPageCache::count |
Definition at line 662 of file MemoryManager.h.
| uint32 cmlabs::MemoryPageCache::size |
Definition at line 661 of file MemoryManager.h.