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

[Integration] Track Rust-allocated memory #38822

Open
pitrou opened this issue Nov 21, 2023 · 0 comments
Open

[Integration] Track Rust-allocated memory #38822

pitrou opened this issue Nov 21, 2023 · 0 comments

Comments

@pitrou
Copy link
Member

pitrou commented Nov 21, 2023

Describe the enhancement requested

For C Data Interface integration testing, we'd like to track the memory allocated by the exporter to make sure that it's properly released when the importer drops the imported data.

For Rust, this isn't possible currently but may be doable once Rust stable supports custom allocators:
apache/arrow-rs#5080 (comment)

Component(s)

Integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant