arrow.memory_pool

Module for [MemoryPool] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MemoryPool self() nothrowReturns `this`, for use in `with` statements.
MemoryPoolGidBuilder builder() static nothrowGet builder for [arrow.memory_pool.MemoryPool] Returns: New builder object
string getBackendName() nothrow
long getBytesAllocated() nothrow
long getMaxMemory() nothrowReturn 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 implementation template for arrow.memory_pool.MemoryPool

Methods
T memoryPool(void * propval) nothrow

Fluent builder for arrow.memory_pool.MemoryPool

Methods
MemoryPool build() nothrowCreate object from builder. Returns: New object