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

One recyclable page recorded in the page pool (legacy allocator). More...

#include <MemoryManager.h>

Public Attributes

uint32 dataSize
uint64 time
uint32 pageID

Detailed Description

One recyclable page recorded in the page pool (legacy allocator).

Warning
Shared-memory layout; see the file-level ABI warning before changing.

Definition at line 592 of file MemoryManager.h.

Member Data Documentation

◆ dataSize

uint32 cmlabs::PagePoolEntry::dataSize

Definition at line 593 of file MemoryManager.h.

◆ pageID

uint32 cmlabs::PagePoolEntry::pageID

Definition at line 595 of file MemoryManager.h.

◆ time

uint64 cmlabs::PagePoolEntry::time

Definition at line 594 of file MemoryManager.h.


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