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

GenericClientResponse of grpc while copyable, reports memory leak, fixed that. #232

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

hkadayam
Copy link
Contributor

GenericClientResponse of grpc while copyable, reports memory leak some cases. Fixed that by avoiding copy of the entire bytebuffer, but just the slice which is individually refcounted.

Added more allocator and minor improvements in buffer

…some cases.

Avoided to copy the entire bytebuffer, but just the slice which is individually
refcounted.

Added more allocator and minor improvements in buffer
@hkadayam hkadayam requested a review from szmyd April 23, 2024 03:42
@hkadayam hkadayam merged commit 8808be8 into eBay:master Apr 23, 2024
5 checks passed
@hkadayam hkadayam deleted the mem_leak branch April 23, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant