arrow.memory_pool

Module for [MemoryPool] class

Types 3

Methods
GType _gType() @property
MemoryPool self()Returns `this`, for use in `with` statements.
MemoryPoolGidBuilder builder()Get builder for [arrow.memory_pool.MemoryPool] Returns: New builder object
long getMaxMemory()Return peak memory allocation in this memory pool. Returns: Maximum bytes allocated. If not known (or not implemented), returns -1.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.memory_pool.MemoryPool]

Methods