Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.51 KB

File metadata and controls

73 lines (54 loc) · 1.51 KB
.. currentmodule:: pyarrow

Buffers and Memory

In-Memory Buffers

Factory Functions

.. autosummary::
   :toctree: ../generated/

   allocate_buffer
   py_buffer
   foreign_buffer

Classes

.. autosummary::
   :toctree: ../generated/

   Buffer
   ResizableBuffer

Miscellaneous

.. autosummary::
   :toctree: ../generated/

   Codec
   compress
   decompress

Memory Pools

.. autosummary::
   :toctree: ../generated/

   MemoryPool
   default_memory_pool
   jemalloc_memory_pool
   mimalloc_memory_pool
   system_memory_pool
   jemalloc_set_decay_ms
   set_memory_pool
   log_memory_allocations
   total_allocated_bytes