We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c200109 commit 12f68b9Copy full SHA for 12f68b9
include/aws/common/ring_buffer.h
@@ -91,11 +91,6 @@ AWS_COMMON_API bool aws_ring_buffer_buf_belongs_to_pool(
91
const struct aws_ring_buffer *ring_buffer,
92
const struct aws_byte_buf *buf);
93
94
-/**
95
- * Cleans up a ring buffer allocator instance. Does not clean up the ring buffer.
96
- */
97
-AWS_COMMON_API void aws_ring_buffer_allocator_clean_up(struct aws_allocator *allocator);
98
-
99
#ifndef AWS_NO_STATIC_IMPL
100
# include <aws/common/ring_buffer.inl>
101
#endif /* AWS_NO_STATIC_IMPL */
0 commit comments