Ark Server API (ASE) - Wiki
|
This is the complete list of members for FMemory, including all inherited members.
BigBlockMemcpy(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
Free(void *Original) | FMemory | inlinestatic |
Malloc(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
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 |
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 |
QuantizeSize(SIZE_T Count, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
Realloc(void *Ptr, SIZE_T Size, uint32 Alignment=DEFAULT_ALIGNMENT) | FMemory | inlinestatic |
StreamingMemcpy(void *Dest, const void *Src, SIZE_T Count) | FMemory | inlinestatic |
SystemFree(void *Ptr) | FMemory | inlinestatic |
SystemMalloc(SIZE_T Size) | FMemory | inlinestatic |