CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::MemoryPageCache Struct Reference

Header of a process-local (non-shared) cache of mapped page addresses (legacy allocator). More...

#include <MemoryManager.h>

Public Attributes

uint32 size
uint32 count

Detailed Description

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.

Member Data Documentation

◆ count

uint32 cmlabs::MemoryPageCache::count

Definition at line 662 of file MemoryManager.h.

◆ size

uint32 cmlabs::MemoryPageCache::size

Definition at line 661 of file MemoryManager.h.


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