![]() |
Faro Engine 0.0.0.b519570 (main)
|
This is the complete list of members for Faro::MemoryManager, including all inherited members.
| Alloc(uint32 amount) | Faro::MemoryManager | inlinestatic |
| Alloc(uint32 size) | Faro::MemoryManager | static |
| Copy(T *source, T *destination, uint32 elementCount=1) | Faro::MemoryManager | inlinestatic |
| Delete(T *address) | Faro::MemoryManager | inlinestatic |
| Free(void *address) | Faro::MemoryManager | static |
| New(Args... args) | Faro::MemoryManager | inlinestatic |
| SafeDelete(T *&objectPtr) | Faro::MemoryManager | inlinestatic |
| Set(T *address, uint8 value, uint32 amount) | Faro::MemoryManager | inlinestatic |
| Zero(T *address, uint32 amount=1) | Faro::MemoryManager | inlinestatic |