globalFilter property

LeakFilter globalFilter
getter/setter pair

Global filter applied to all allocations unless overridden by a scoped execution zone.

This allows suppressing known or intentionally retained allocations.

Implementation

static var globalFilter = const LeakFilter.ignoreNone();