Searched refs:SuppressByRule (Results 1 – 1 of 1) sorted by relevance
92 bool SuppressByRule(const StackTrace &stack, uptr hit_count, uptr total_size);214 bool LeakSuppressionContext::SuppressByRule(const StackTrace &stack, in SuppressByRule() function in __lsan::LeakSuppressionContext232 if (!SuppressInvalid(stack) && !SuppressByRule(stack, hit_count, total_size)) in Suppress()