AWS IoT Device SDK C++ v2
1.44.2
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
crt
aws-crt-cpp
include
aws
crt
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
10
namespace
Aws
11
{
12
namespace
Crt
13
{
14
using
Allocator
= aws_allocator;
15
24
AWS_CRT_CPP_API
Allocator
*
ApiAllocator
() noexcept;
25
32
AWS_CRT_CPP_API
Allocator
*
DefaultAllocatorImplementation
() noexcept;
33
38
AWS_CRT_CPP_API
Allocator
*
DefaultAllocator
() noexcept;
39
44
extern
AWS_CRT_CPP_API
Allocator
*
g_allocator
;
45
46
}
// namespace Crt
47
}
// namespace Aws
Exports.h
AWS_CRT_CPP_API
#define AWS_CRT_CPP_API
Definition
Exports.h:36
Aws::Crt
Definition
Allocator.h:13
Aws::Crt::ApiAllocator
AWS_CRT_CPP_API Allocator * ApiAllocator() noexcept
Definition
Allocator.cpp:24
Aws::Crt::DefaultAllocator
AWS_CRT_CPP_API Allocator * DefaultAllocator() noexcept
Definition
Allocator.cpp:17
Aws::Crt::g_allocator
AWS_CRT_CPP_API Allocator * g_allocator
Definition
Allocator.cpp:22
Aws::Crt::Allocator
aws_allocator Allocator
Definition
Allocator.h:14
Aws::Crt::DefaultAllocatorImplementation
AWS_CRT_CPP_API Allocator * DefaultAllocatorImplementation() noexcept
Definition
Allocator.cpp:12
Aws
Definition
Allocator.h:11
Generated by
1.17.0