AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Allocator.h
Go to the documentation of this file.
1 #pragma once
2 
7 #include <aws/common/common.h>
8 #include <aws/crt/Exports.h>
9 
10 namespace Aws
11 {
12  namespace Crt
13  {
14  using Allocator = aws_allocator;
15 
25 
33 
39 
45 
46  } // namespace Crt
47 } // namespace Aws
Aws::Crt::ApiAllocator
AWS_CRT_CPP_API Allocator * ApiAllocator() noexcept
Definition: Allocator.cpp:24
Aws::Crt::g_allocator
AWS_CRT_CPP_API Allocator * g_allocator
Definition: Allocator.cpp:22
Aws::Crt::DefaultAllocatorImplementation
AWS_CRT_CPP_API Allocator * DefaultAllocatorImplementation() noexcept
Definition: Allocator.cpp:12
Aws::Crt::DefaultAllocator
AWS_CRT_CPP_API Allocator * DefaultAllocator() noexcept
Definition: Allocator.cpp:17
AWS_CRT_CPP_API
#define AWS_CRT_CPP_API
Definition: Exports.h:37
Aws
Definition: Allocator.h:11
Aws::Crt::Allocator
aws_allocator Allocator
Definition: Allocator.h:14
Exports.h