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