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