Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMemory Member List

This is the complete list of members for FMemory, including all inherited members.

AllocationHints enum nameFMemory
BigBlockMemcpy(void *Dest, const void *Src, SIZE_T Count)FMemoryinlinestatic
ClearAndDisableTLSCachesOnCurrentThread()FMemorystatic
Default enum valueFMemory
DisablePersistentAuxiliary()FMemorystatic
EnablePersistentAuxiliary()FMemorystatic
EnablePoisonTests()FMemorystatic
EnablePurgatoryTests()FMemorystatic
ExplicitInit(FMalloc &Allocator)FMemorystatic
Free(void *Original)FMemoryinlinestatic
FreeExternal(void *Original)FMemoryprivatestatic
FreePersistentAuxiliary(void *InPtr)FMemorystatic
GCreateMalloc()FMemoryprivatestatic
GetAllocSize(void *Original)FMemorystatic
GetAllocSizeExternal(void *Original)FMemoryprivatestatic
GetUsedPersistentAuxiliary()FMemorystatic
IsPersistentAuxiliaryActive()FMemorystatic
Malloc(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryinlinestatic
MallocExternal(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryprivatestatic
MallocPersistentAuxiliary(SIZE_T InSize, uint32 InAlignment=0)FMemorystatic
MallocZeroed(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryinlinestatic
Max enum valueFMemory
Memcmp(const void *Buf1, const void *Buf2, SIZE_T Count)FMemoryinlinestatic
Memcpy(void *Dest, const void *Src, SIZE_T Count)FMemoryinlinestatic
Memcpy(T &Dest, const T &Src)FMemoryinlinestatic
MemIsZero(const void *Ptr, SIZE_T Count)FMemoryinlinestatic
Memmove(void *Dest, const void *Src, SIZE_T Count)FMemoryinlinestatic
Memset(void *Dest, uint8 Char, SIZE_T Count)FMemoryinlinestatic
Memset(T &Src, uint8 ValueToSet)FMemoryinlinestatic
Memswap(void *Ptr1, void *Ptr2, SIZE_T Size)FMemoryinlinestatic
Memzero(void *Dest, SIZE_T Count)FMemoryinlinestatic
Memzero(T &Src)FMemoryinlinestatic
None enum valueFMemory
ParallelMemcpy(void *Dest, const void *Src, SIZE_T Count, EMemcpyCachePolicy Policy=EMemcpyCachePolicy::StoreCached)FMemoryinlinestatic
QuantizeSize(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryinlinestatic
QuantizeSizeExternal(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryprivatestatic
Realloc(void *Original, SIZE_T Size, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryinlinestatic
ReallocExternal(void *Original, SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT)FMemoryprivatestatic
RegisterPersistentAuxiliary(void *InMemory, SIZE_T InSize)FMemorystatic
SetupTLSCachesOnCurrentThread()FMemorystatic
SmallPool enum valueFMemory
StreamingMemcpy(void *Dest, const void *Src, SIZE_T Count)FMemoryinlinestatic
SystemFree(void *Ptr)FMemoryinlinestatic
SystemMalloc(SIZE_T Size)FMemoryinlinestatic
Temporary enum valueFMemory
TestMemory()FMemorystatic
Trim(bool bTrimThreadCaches=true)FMemorystatic