Ark Server API (ASE) - Wiki
|
This is the complete list of members for FPlatformMemory, including all inherited members.
BigBlockMemcpy(void *Dest, const void *Src, SIZE_T Count) | FPlatformMemory | inlinestatic |
Memcmp(const void *Buf1, const void *Buf2, SIZE_T Count) | FPlatformMemory | inlinestatic |
Memcpy(void *Dest, const void *Src, SIZE_T Count) | FPlatformMemory | inlinestatic |
Memmove(void *Dest, const void *Src, SIZE_T Count) | FPlatformMemory | inlinestatic |
Memset(void *Dest, uint8 Char, SIZE_T Count) | FPlatformMemory | inlinestatic |
Memswap(void *Ptr1, void *Ptr2, SIZE_T Size) | FPlatformMemory | inlinestatic |
MemswapGreaterThan8(void *RESTRICT Ptr1, void *RESTRICT Ptr2, SIZE_T Size) | FPlatformMemory | inlinestatic |
Memzero(void *Dest, SIZE_T Count) | FPlatformMemory | inlinestatic |
StreamingMemcpy(void *Dest, const void *Src, SIZE_T Count) | FPlatformMemory | inlinestatic |
Valswap(T &A, T &B) | FPlatformMemory | inlineprivatestatic |