<PackageReference Include="Apache.Arrow" Version="23.0.0" />

Apache.Arrow.Memory.INativeAllocationTracker

public interface INativeAllocationTracker
namespace Apache.Arrow.Memory { public interface INativeAllocationTracker { void Track(int count, long bytes); } }