Sha256: 1cd21d6a8919a0f80d384df27cfac822732e6722badf7688feca79544a8b6d36
Contents?: true
Size: 328 Bytes
Versions: 10
Compression:
Stored size: 328 Bytes
Contents
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/common/allocator.h> void aws_cal_platform_init(struct aws_allocator *allocator) { (void)allocator; } void aws_cal_platform_clean_up(void) {} void aws_cal_platform_thread_clean_up(void) {}
Version data entries
10 entries across 5 versions & 1 rubygems