Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplMemoryInfos Struct Reference

A structure that contains informations about current memory usage. More...

#include <final_platform_layer.h>

Data Fields

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 stuff)
 

Detailed Description

A structure that contains informations about current memory usage.

Definition at line 3184 of file final_platform_layer.h.

Field Documentation

◆ freeCacheSize

uint64_t fplMemoryInfos::freeCacheSize

Available size of the memory cache in bytes.

Definition at line 3194 of file final_platform_layer.h.

◆ freePageCount

uint64_t fplMemoryInfos::freePageCount

Number of available memory pages.

Definition at line 3198 of file final_platform_layer.h.

◆ freePhysicalSize

uint64_t fplMemoryInfos::freePhysicalSize

Available physical memory in bytes.

Definition at line 3190 of file final_platform_layer.h.

◆ installedPhysicalSize

uint64_t fplMemoryInfos::installedPhysicalSize

Size of physical installed memory in bytes.

Definition at line 3186 of file final_platform_layer.h.

◆ pageSize

uint64_t fplMemoryInfos::pageSize

Page size in bytes.

Definition at line 3200 of file final_platform_layer.h.

◆ totalCacheSize

uint64_t fplMemoryInfos::totalCacheSize

Total size of memory cache in bytes.

Definition at line 3192 of file final_platform_layer.h.

◆ totalPageCount

uint64_t fplMemoryInfos::totalPageCount

Total number of memory pages.

Definition at line 3196 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 stuff)

Definition at line 3188 of file final_platform_layer.h.


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