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