Ark Server API (ASA) - Wiki
|
This is the complete list of members for FMemory, including all inherited members.
AllocationHints enum name | FMemory | |
BigBlockMemcpy(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
ClearAndDisableTLSCachesOnCurrentThread() | FMemory | static |
Default enum value | FMemory | |
DisablePersistentAuxiliary() | FMemory | static |
EnablePersistentAuxiliary() | FMemory | static |
EnablePoisonTests() | FMemory | static |
EnablePurgatoryTests() | FMemory | static |
ExplicitInit(FMalloc &Allocator) | FMemory | static |
Free(void *Original) | FMemory | inlinestatic |
FreeExternal(void *Original) | FMemory | privatestatic |
FreePersistentAuxiliary(void *InPtr) | FMemory | static |
GCreateMalloc() | FMemory | privatestatic |
GetAllocSize(void *Original) | FMemory | static |
GetAllocSizeExternal(void *Original) | FMemory | privatestatic |
GetUsedPersistentAuxiliary() | FMemory | static |
IsPersistentAuxiliaryActive() | FMemory | static |
Malloc(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
MallocExternal(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | privatestatic |
MallocPersistentAuxiliary(SIZE_T InSize, uint32 InAlignment=0) | FMemory | static |
MallocZeroed(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
Max enum value | FMemory | |
Memcmp(const void *Buf1, const void *Buf2, SIZE_T Count) | FMemory | inlinestatic |
Memcpy(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
Memcpy(T &Dest, const T &Src) | FMemory | inlinestatic |
MemIsZero(const void *Ptr, SIZE_T Count) | FMemory | inlinestatic |
Memmove(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
Memset(void *Dest, uint8 Char, SIZE_T Count) | FMemory | inlinestatic |
Memset(T &Src, uint8 ValueToSet) | FMemory | inlinestatic |
Memswap(void *Ptr1, void *Ptr2, SIZE_T Size) | FMemory | inlinestatic |
Memzero(void *Dest, SIZE_T Count) | FMemory | inlinestatic |
Memzero(T &Src) | FMemory | inlinestatic |
None enum value | FMemory | |
ParallelMemcpy(void *Dest, const void *Src, SIZE_T Count, EMemcpyCachePolicy Policy=EMemcpyCachePolicy::StoreCached) | FMemory | inlinestatic |
QuantizeSize(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
QuantizeSizeExternal(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | privatestatic |
Realloc(void *Original, SIZE_T Size, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
ReallocExternal(void *Original, SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | privatestatic |
RegisterPersistentAuxiliary(void *InMemory, SIZE_T InSize) | FMemory | static |
SetupTLSCachesOnCurrentThread() | FMemory | static |
SmallPool enum value | FMemory | |
StreamingMemcpy(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
SystemFree(void *Ptr) | FMemory | inlinestatic |
SystemMalloc(SIZE_T Size) | FMemory | inlinestatic |
Temporary enum value | FMemory | |
TestMemory() | FMemory | static |
Trim(bool bTrimThreadCaches=true) | FMemory | static |