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

One page/expiry pair inside an EOL time-wheel slot (legacy allocator). More...

#include <MemoryManager.h>

Public Attributes

uint32 pageID
 Page scheduled for expiry.
uint64 eol
 Absolute end-of-life timestamp (µs).

Detailed Description

One page/expiry pair inside an EOL time-wheel slot (legacy allocator).

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

Definition at line 614 of file MemoryManager.h.

Member Data Documentation

◆ eol

uint64 cmlabs::EOLEntry::eol

Absolute end-of-life timestamp (µs).

Definition at line 616 of file MemoryManager.h.

◆ pageID

uint32 cmlabs::EOLEntry::pageID

Page scheduled for expiry.

Definition at line 615 of file MemoryManager.h.


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