diff --git a/docs/source/cpp/memory.rst b/docs/source/cpp/memory.rst index 032b7d1ac90..4df32749e46 100644 --- a/docs/source/cpp/memory.rst +++ b/docs/source/cpp/memory.rst @@ -171,9 +171,6 @@ Arrow represents the CPU and other devices using the :class:`arrow::Device` abstraction. The associated class :class:`arrow::MemoryManager` specifies how to allocate on a given device. Each device has a default memory manager, but additional instances may be constructed (for example, wrapping a custom -:class:`arrow::MemoryPool` the CPU). -:class:`arrow::MemoryManager` instances which specify how to allocate -memory on a given device (for example, using a particular :class:`arrow::MemoryPool` on the CPU). Device-Agnostic Programming