amoeba opened a new issue, #40646:
URL: https://github.com/apache/arrow/issues/40646

   ### Describe the enhancement requested
   
   MemoryPool keeps track of stats (bytes_allocated, max_memory, 
total_allocated_bytes, num_allocs) which are useful in a variety of contexts. 
However, the current implementation doesn't take advantage of newer 
functionality in std::memory (See [Release-Acquire 
Ordering](https://en.cppreference.com/w/cpp/atomic/memory_order#Release-Acquire_ordering)).
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to