FelixYBW opened a new issue, #9836:
URL: https://github.com/apache/incubator-gluten/issues/9836

   ### Description
   
   @marin-ma we have an arrow memory pool 
https://github.com/apache/incubator-gluten/blob/main/cpp/core/memory/ArrowMemoryPool.h
   and a shuffle memory pool:
   
https://github.com/apache/incubator-gluten/blob/main/cpp/core/shuffle/ShuffleMemoryPool.h
   
   are these on purpose? can we put 
   ```
     uint64_t bytesAllocated_ = 0;
     uint64_t peakBytesAllocated_ = 0;
   ```
   in arrowmemorypool and remove the shuffle memory pool?
   
   @zhztheplayer 
   
   ### Gluten version
   
   None


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to