Skip to content

fplMemoryInfos Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores information about the current memory usage. More...

#include <final_platform_layer.h>

Data Fields

Type Name
uint64_t freeCacheSize
Available size of the memory cache in bytes.
uint64_t freePageCount
Number of available memory pages.
uint64_t freePhysicalSize
Available physical memory in bytes.
uint64_t installedPhysicalSize
Size of physical installed memory in bytes.
uint64_t pageSize
Page size in bytes.
uint64_t totalCacheSize
Total size of memory cache in bytes.
uint64_t totalPageCount
Total number of memory pages.
uint64_t totalPhysicalSize
Total size of physical memory in bytes (may be less than size of installed physical memory, due to shared memory).

Detailed Description

Stores information about the current memory usage.

Definition at line 5349 of file final_platform_layer.h.

Field Documentation

freeCacheSize

uint64_t fplMemoryInfos::freeCacheSize

Available size of the memory cache in bytes.

Definition at line 5359 of file final_platform_layer.h.

freePageCount

uint64_t fplMemoryInfos::freePageCount

Number of available memory pages.

Definition at line 5363 of file final_platform_layer.h.

freePhysicalSize

uint64_t fplMemoryInfos::freePhysicalSize

Available physical memory in bytes.

Definition at line 5355 of file final_platform_layer.h.

installedPhysicalSize

uint64_t fplMemoryInfos::installedPhysicalSize

Size of physical installed memory in bytes.

Definition at line 5351 of file final_platform_layer.h.

pageSize

uint64_t fplMemoryInfos::pageSize

Page size in bytes.

Definition at line 5365 of file final_platform_layer.h.

totalCacheSize

uint64_t fplMemoryInfos::totalCacheSize

Total size of memory cache in bytes.

Definition at line 5357 of file final_platform_layer.h.

totalPageCount

uint64_t fplMemoryInfos::totalPageCount

Total number of memory pages.

Definition at line 5361 of file final_platform_layer.h.

totalPhysicalSize

uint64_t fplMemoryInfos::totalPhysicalSize

Total size of physical memory in bytes (may be less than size of installed physical memory, due to shared memory).

Definition at line 5353 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally