![]() |
Ark Server API (ASA) - Wiki
|
#include <WindowsPlatformMemory.h>
Classes | |
class | FPlatformVirtualMemoryBlock |
struct | FWindowsSharedMemoryRegion |
Public Types | |
enum | EMemoryCounterRegion { MCR_Invalid , MCR_Physical , MCR_GPU , MCR_GPUSystem , MCR_TexturePool , MCR_StreamingPool , MCR_UsedStreamingPool , MCR_GPUDefragPool , MCR_SamplePlatformSpecifcMemoryRegion , MCR_PhysicalLLM , MCR_MAX } |
![]() | |
enum | EMemoryCounterRegion { MCR_Invalid , MCR_Physical , MCR_GPU , MCR_GPUSystem , MCR_TexturePool , MCR_StreamingPool , MCR_UsedStreamingPool , MCR_GPUDefragPool , MCR_PhysicalLLM , MCR_MAX } |
enum | EMemoryAllocatorToUse { Ansi , Stomp , TBB , Jemalloc , Binned , Binned2 , Binned3 , Platform , Mimalloc } |
enum | ESharedMemoryAccess { Read = (1 << 1) , Write = (1 << 2) } |
Static Protected Member Functions | |
static void | InternalUpdateStats (const FPlatformMemoryStats &MemoryStats) |
![]() | |
static void | InternalUpdateStats (const FPlatformMemoryStats &MemoryStats) |
Friends | |
struct | FGenericStatsUpdater |
Additional Inherited Members | |
![]() | |
template<typename U > | |
struct | __attribute__ ((packed)) TUnaligned |
![]() | |
static bool | bIsOOM |
static uint64 | OOMAllocationSize |
static uint32 | OOMAllocationAlignment |
static void * | BackupOOMMemoryPool |
static uint32 | BackupOOMMemoryPoolSize |
static EMemoryAllocatorToUse | AllocatorToUse |
Windows implementation of the memory OS functions
Definition at line 43 of file WindowsPlatformMemory.h.
Enumerator | |
---|---|
MCR_Invalid | |
MCR_Physical | |
MCR_GPU | |
MCR_GPUSystem | |
MCR_TexturePool | |
MCR_StreamingPool | |
MCR_UsedStreamingPool | |
MCR_GPUDefragPool | |
MCR_SamplePlatformSpecifcMemoryRegion | |
MCR_PhysicalLLM | |
MCR_MAX |
Definition at line 46 of file WindowsPlatformMemory.h.
Value determined by series of tests on Fortnite with limited process memory. 26MB sufficed to report all test crashes, using 32MB to have some slack. If this pool is too large, use the following values to determine proper size: 2MB pool allowed to report 78% of crashes. 6MB pool allowed to report 90% of crashes.
Definition at line 82 of file WindowsPlatformMemory.h.
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
|
static |
|
static |
|
static |
Definition at line 156 of file WindowsPlatformMemory.h.