跳转至

cf::SwapMemory

Virtual memory / Swap space information.

#include <memory_info.h>

Public Attributes

Name
uint64_t total_bytes
Total swap space in bytes.
uint64_t free_bytes
Free swap space in bytes.

Public Attributes Documentation

variable total_bytes

uint64_t total_bytes;

Total swap space in bytes.

variable free_bytes

uint64_t free_bytes;

Free swap space in bytes.


Updated on 2026-03-09 at 10:14:00 +0000