From b91b75b972976d725d4d14dbb25376f51c300d66 Mon Sep 17 00:00:00 2001 From: Dengke Date: Fri, 23 Aug 2024 11:19:31 -0700 Subject: [PATCH] ops. missing export --- include/aws/common/allocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aws/common/allocator.h b/include/aws/common/allocator.h index 3aa27b474..96d825a6d 100644 --- a/include/aws/common/allocator.h +++ b/include/aws/common/allocator.h @@ -238,6 +238,7 @@ struct aws_allocator *aws_explicit_aligned_allocator_new(size_t alignment); /* * Destroys a customized aligned allocator instance and frees its memory. */ +AWS_COMMON_API void aws_explicit_aligned_allocator_destroy(struct aws_allocator *aligned_alloc); AWS_EXTERN_C_END