Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "HAL/PlatformAtomics.h"
#include "HAL/PlatformCrt.h"
#include "Misc/Exec.h"
#include "Misc/OutputDevice.h"
#include "Templates/Atomic.h"
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 FMalloc * | GMalloc |
class FMalloc ** | GFixedMallocLocationPtr |
#define UPDATE_MALLOC_STATS 1 |
Definition at line 16 of file MemoryBase.h.
Enumerator | |
---|---|
DEFAULT_ALIGNMENT | |
MIN_ALIGNMENT |
Definition at line 19 of file MemoryBase.h.