Expand description
Allocation-site-file-based automatic filter generation.
Parameterized with an optional min_count: usize
. This generator generates one filter per
allocation-site-file with at least min_count
allocations in it. Note that the behavior is the
same when min_count
is 0
or when it is 1
.
When no min_count
parameter is present, the current behavior is the same as min_count == 1
.
Structs
Unit-struct handling CLAP and creating/running the actual generator.
Parameters for the alloc-site generator.
Actual alloc-site generator worker.