ML Reference
|
This is the complete list of members for ml::Memory, including all inherited members.
allocateMemory(MLuint numBytes, MLMemoryErrorHandling handleFailure) | ml::Memory | static |
duplicateMemory(const void *ptr, MLuint numBytes, MLMemoryErrorHandling handleFailure) | ml::Memory | static |
duplicateString(const char *str, MLMemoryErrorHandling handleFailure) | ml::Memory | static |
freeMemory(void *ptr) | ml::Memory | static |
reallocateMemory(void *ptr, MLuint numBytes, MLMemoryErrorHandling handleFailure) | ml::Memory | static |