Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Memory Allocator to support allocator for just i/o(data) memory #927 #2072

Closed
1 of 2 tasks
leodotcloud opened this issue Sep 1, 2022 · 3 comments
Closed
1 of 2 tasks
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@leodotcloud
Copy link

Describe the feature

Currently, the SDK provides the ability to specify a custom memory allocator. The same allocator is used for generic data structure allocations as well as for actual data transfers. This feature request is for adding another allocator which can be used for allocating memory for actual data transfers. For example, let's when using S3, memory for the file transfers uses this new allocator.

Use Case

Data Privacy

Proposed Solution

Add additional allocator support which is used to allocate memory when doing I/O.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@leodotcloud leodotcloud added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 1, 2022
@leodotcloud
Copy link
Author

leodotcloud commented Sep 1, 2022

Initially created this issue, not sure if that repo is being monitored actively by anyone.

@graebm
Copy link
Collaborator

graebm commented Sep 1, 2022

Responded on the aws-c-common issue. Closing this one

@graebm graebm closed this as completed Sep 1, 2022
@github-actions
Copy link

github-actions bot commented Sep 1, 2022

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants