Rich-T-kid commented on code in PR #10317:
URL: https://github.com/apache/arrow-rs/pull/10317#discussion_r3584180629
##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -140,13 +174,13 @@ impl MutableBuffer {
NonNull::new(raw_ptr).unwrap_or_else(||
handle_alloc_error(layout))
Review Comment:
make sense,
[2d0f74fe](https://github.com/apache/arrow-rs/pull/10317/commits/2d0f74e105ad91063819df2116e44f393ca9656b)
takes a similar approach.
>I use a memory limited global allocator in some scenarios already
Im curious as to why? is this mostly for testing in low memory enviroments?
--
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]