Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "GenericPlatform/GenericPlatformMemory.h"
#include "API/UE/HAL/MemoryBase.h"
#include "API/UE/HAL/PlatformMemory.h"
#include "Templates/IsPointer.h"
#include "API/Fields.h"
Go to the source code of this file.
Classes | |
struct | FScopedMallocTimer |
struct | FMemory |
Macros | |
#define | UE_USE_VERYLARGEPAGEALLOCATOR 0 |
#define | UE_ALLOW_OSMEMORYLOCKFREE 0 |
#define | MALLOC_GT_HOOKS 0 |
#define | TIME_MALLOC (0) |
#define | INLINE_FMEMORY_OPERATION (0) |
Functions | |
FORCEINLINE void | DoGamethreadHook (int32 Index) |
#define INLINE_FMEMORY_OPERATION (0) |
Definition at line 310 of file UnrealMemory.h.
#define MALLOC_GT_HOOKS 0 |
Definition at line 26 of file UnrealMemory.h.
#define TIME_MALLOC (0) |
Definition at line 37 of file UnrealMemory.h.
#define UE_ALLOW_OSMEMORYLOCKFREE 0 |
Definition at line 17 of file UnrealMemory.h.
#define UE_USE_VERYLARGEPAGEALLOCATOR 0 |
Definition at line 13 of file UnrealMemory.h.
FORCEINLINE void DoGamethreadHook | ( | int32 | Index | ) |
Definition at line 32 of file UnrealMemory.h.