tustvold commented on code in PR #3517:
URL: https://github.com/apache/arrow-rs/pull/3517#discussion_r1068119828
##########
arrow-buffer/src/alloc/mod.rs:
##########
@@ -135,20 +135,25 @@ pub(crate) enum Deallocation {
/// An allocation of the given capacity that needs to be deallocated using
arrows's cache aligned allocator.
/// See [allocate_aligned] and [free_aligned].
Arrow(usize),
Review Comment:
Eventually I could see us removing this in favor of Global, but I kept it
for now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]