Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MemoryMisc.h File Reference
#include "CoreTypes.h"
#include "Containers/UnrealString.h"
#include "Containers/Map.h"
+ Include dependency graph for MemoryMisc.h:

Go to the source code of this file.

Classes

struct  FGenericMemoryStats
 
class  FScopedMemoryStats
 
class  FSharedMemoryTracker
 

Macros

#define ENABLE_MEMORY_SCOPE_STATS   0
 
#define ENABLE_SHARED_MEMORY_TRACKER   0
 

Macro Definition Documentation

◆ ENABLE_MEMORY_SCOPE_STATS

#define ENABLE_MEMORY_SCOPE_STATS   0

Definition at line 21 of file MemoryMisc.h.

◆ ENABLE_SHARED_MEMORY_TRACKER

#define ENABLE_SHARED_MEMORY_TRACKER   0

The FSharedMemoryTracker is used to track how much the shared and unique memory pools changed size in-between each call WARNING: Getting the shared & unique memory pool size is extremely costly (easily takes up to 60ms) so be careful not to use the tracker while hosting a game.

Definition at line 53 of file MemoryMisc.h.