Table of Contents

Class NativeMemoryAllocator

Namespace
Apache.Arrow.Memory
Assembly
Apache.Arrow.dll
public class NativeMemoryAllocator : MemoryAllocator
Inheritance
NativeMemoryAllocator
Inherited Members

Constructors

NativeMemoryAllocator(int)

public NativeMemoryAllocator(int alignment = 64)

Parameters

alignment int

Methods

AllocateInternal(int, out int)

protected override IMemoryOwner<byte> AllocateInternal(int length, out int bytesAllocated)

Parameters

length int
bytesAllocated int

Returns

IMemoryOwner<byte>