-
Notifications
You must be signed in to change notification settings - Fork 13
fplMemoryInfos Struct Reference
Stores information about the current memory usage. More...
#include <final_platform_layer.h>
| 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). |
Stores information about the current memory usage.
Definition at line 5349 of file final_platform_layer.h.
uint64_t fplMemoryInfos::freeCacheSizeAvailable size of the memory cache in bytes.
Definition at line 5359 of file final_platform_layer.h.
uint64_t fplMemoryInfos::freePageCountNumber of available memory pages.
Definition at line 5363 of file final_platform_layer.h.
uint64_t fplMemoryInfos::freePhysicalSizeAvailable physical memory in bytes.
Definition at line 5355 of file final_platform_layer.h.
uint64_t fplMemoryInfos::installedPhysicalSizeSize of physical installed memory in bytes.
Definition at line 5351 of file final_platform_layer.h.
uint64_t fplMemoryInfos::pageSizePage size in bytes.
Definition at line 5365 of file final_platform_layer.h.
uint64_t fplMemoryInfos::totalCacheSizeTotal size of memory cache in bytes.
Definition at line 5357 of file final_platform_layer.h.
uint64_t fplMemoryInfos::totalPageCountTotal number of memory pages.
Definition at line 5361 of file final_platform_layer.h.
uint64_t fplMemoryInfos::totalPhysicalSizeTotal 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:
- Assertion & Debug
- Atomic operations
- Audio functions
- Clipboard functions
- Console functions
- Constants
- Display/Monitor functions
- Dynamic library loading
- Error Handling
- Files/IO functions
- Function macros
- Hardware Infos
- Input types and functions
- Localization functions
- Logging
- Memory Macros
- Memory functions
- Operating system Infos
- Path functions
- Platform functions
- Session Infos
- Settings & Configurations
- Storage class identifiers
- String functions
- Threading and synchronizations routines
- Timing functions
- Video functions
- Window events
- Window functions
- fplARMCPUCapabilities
- fplAudioChannelMap
- fplAudioDeviceID
- fplAudioDeviceInfo
- fplAudioFormat
- fplAudioSettings
- fplColor32
- fplConditionVariable
- fplConsoleSettings
- fplCPUCapabilities
- fplCPUIDLeaf
- fplDateTime
- fplDateTimeCreationResult
- fplDateTimeResult
- fplDisplayInfo
- fplDisplayMode
- fplDynamicLibraryHandle
- fplEndianess
- fplEvent
- fplFileEntry
- fplFileHandle
- fplFilePermissions
- fplFileTimeStamps
- fplGamepadButton
- fplGamepadData
- fplGamepadEvent
- fplGamepadInfo
- fplGamepadInputBinding
- fplGamepadMapping
- fplGamepadSettings
- fplGamepadState
- fplGamepadStates
- fplGraphicsApiSettings
- fplImageSource
- fplInputBackendMask
- fplInputBackendSupport
- fplInputDevice
- fplInputDeviceGuid
- fplInputSettings
- fplInternalConditionVariable
- fplInternalDynamicLibraryHandle
- fplInternalFileEntryHandle
- fplInternalFileHandle
- fplInternalFileRootInfo
- fplInternalMutexHandle
- fplInternalSemaphoreHandle
- fplInternalSignalHandle
- fplInternalThreadHandle
- fplKeyboardEvent
- fplKeyboardState
- fplLogSettings
- fplLogWriter
- fplLogWriterConsole
- fplLogWriterCustom
- fplMemoryAllocationSettings
- fplMemoryBlock
- fplMemoryInfos
- fplMemorySettings
- fplMouseEvent
- fplMouseState
- fplMutexHandle
- fplOpenGLSettings
- fplOSVersionInfos
- fplSemaphoreHandle
- fplSettings
- fplSignalHandle
- fplSpecificAudioSettings
- fplThreadHandle
- fplThreadParameters
- fplTimestamp
- fplVersionInfo
- fplVideoBackBuffer
- fplVideoRect
- fplVideoRequirements
- fplVideoRequirementsVulkan
- fplVideoSettings
- fplVideoSurface
- fplVideoSurfaceOpenGL
- fplVideoSurfaceVulkan
- fplVideoWindow
- fplVulkanSettings
- fplWindowCallbacks
- fplWindowDropFiles
- fplWindowEvent
- fplWindowPosition
- fplWindowSettings
- fplWindowSize
- fplX86CPUCapabilities