OmBiradar commented on issue #50087:
URL: https://github.com/apache/arrow/issues/50087#issuecomment-4850718802

   Sorry for the late reply @thisisnic
   
   I ment to say that 
   
   > Each device has a default memory manager, but additional instances may be 
constructed (for example, wrapping a custom 
[arrow::MemoryPool](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow10MemoryPoolE)
 the CPU). 
[arrow::MemoryManager](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow13MemoryManagerE)
 instances which specify how to allocate memory on a given device (for example, 
using a particular 
[arrow::MemoryPool](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow10MemoryPoolE)
 on the CPU).
   
   this could be 
   
   > Each device has a default memory manager, but additional instances may be 
constructed (for example, wrapping a custom 
[arrow::MemoryPool](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow10MemoryPoolE)
 on the CPU). These 
[arrow::MemoryManager](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow13MemoryManagerE)
 instances  specify how to allocate memory on a given device (for example, 
using a particular 
[arrow::MemoryPool](https://arrow.apache.org/docs/cpp/api/memory.html#_CPPv4N5arrow10MemoryPoolE)
 on the CPU).
   


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