Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MemoryBase.h File Reference
#include "CoreTypes.h"
#include "HAL/PlatformAtomics.h"
#include "HAL/PlatformCrt.h"
#include "Misc/Exec.h"
#include "Misc/OutputDevice.h"
#include "Templates/Atomic.h"
+ Include dependency graph for MemoryBase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FUseSystemMallocForNew
 
class  FMalloc
 

Macros

#define UPDATE_MALLOC_STATS   1
 

Enumerations

enum  { DEFAULT_ALIGNMENT = 0 , MIN_ALIGNMENT = 8 }
 

Variables

class FMallocGMalloc
 
class FMalloc ** GFixedMallocLocationPtr
 

Macro Definition Documentation

◆ UPDATE_MALLOC_STATS

#define UPDATE_MALLOC_STATS   1

Definition at line 16 of file MemoryBase.h.

Enumeration Type Documentation

◆ anonymous enum

Enumerator
DEFAULT_ALIGNMENT 
MIN_ALIGNMENT 

Definition at line 19 of file MemoryBase.h.

Variable Documentation

◆ GFixedMallocLocationPtr

class FMalloc** GFixedMallocLocationPtr
extern

◆ GMalloc

class FMalloc* GMalloc
extern

The global memory allocator.