arrow.memory_pool
Module for [MemoryPool] class
Types 3
Methods
MemoryPoolGidBuilder builder() static nothrowGet builder for [arrow.memory_pool.MemoryPool] Returns: New builder objectstring getBackendName() nothrowlong getBytesAllocated() nothrowlong getMaxMemory() nothrowReturn peak memory allocation in this memory pool. Returns: Maximum bytes allocated. If not known (or not implemented), returns -1.Fluent builder implementation template for arrow.memory_pool.MemoryPool
Methods
T memoryPool(void * propval) nothrowFluent builder for arrow.memory_pool.MemoryPool
Methods