AWS SDK for C++
0.14.3
AWS SDK for C++
|
Classes | |
class | MemorySystemInterface |
Functions | |
AWS_CORE_API void | InitializeAWSMemorySystem (MemorySystemInterface &memorySystem) |
AWS_CORE_API void | ShutdownAWSMemorySystem (void) |
AWS_CORE_API MemorySystemInterface * | GetMemorySystem () |
AWS_CORE_API MemorySystemInterface* Aws::Utils::Memory::GetMemorySystem | ( | ) |
Get the globally install memory system, if it has been installed.
AWS_CORE_API void Aws::Utils::Memory::InitializeAWSMemorySystem | ( | MemorySystemInterface & | memorySystem | ) |
InitializeAWSMemory should be called at the very start of your program
AWS_CORE_API void Aws::Utils::Memory::ShutdownAWSMemorySystem | ( | void | ) |
ShutdownAWSMemory should be called the very end of your program