AWS SDK for C++

AWS SDK for C++ Version 1.11.807

Loading...
Searching...
No Matches
Classes | Functions
Aws::Utils::Memory Namespace Reference

Classes

 

Functions

AWS_CORE_API void InitializeAWSMemorySystem (MemorySystemInterface &memorySystem)
 
AWS_CORE_API void ShutdownAWSMemorySystem (void)
 
 
 

Function Documentation

◆ GetDefaultMemorySystem()

AWS_CORE_API MemorySystemInterface & Aws::Utils::Memory::GetDefaultMemorySystem ( )

Get the pointer to the SDK default memory system

◆ GetMemorySystem()

AWS_CORE_API MemorySystemInterface * Aws::Utils::Memory::GetMemorySystem ( )

Get the globally install memory system, if it has been installed.

◆ InitializeAWSMemorySystem()

AWS_CORE_API void Aws::Utils::Memory::InitializeAWSMemorySystem ( MemorySystemInterface memorySystem)

InitializeAWSMemory should be called at the very start of your program

◆ ShutdownAWSMemorySystem()

AWS_CORE_API void Aws::Utils::Memory::ShutdownAWSMemorySystem ( void  )

ShutdownAWSMemory should be called the very end of your program