Table of Contents

Interface INativeAllocationTracker

Namespace
Apache.Arrow.Memory
Assembly
Apache.Arrow.dll

Allows tracking native memory allocations.

public interface INativeAllocationTracker

Methods

Track(int, long)

Record an allocation event

void Track(int count, long bytes)

Parameters

count int

+1 when a new native chunk is allocated, -1 when deallocated and 0 when resized

bytes long

the delta in allocated bytes