Searched refs:LeakSuppressionContext (Results 1 – 1 of 1) sorted by relevance
82 class LeakSuppressionContext { class95 LeakSuppressionContext(const char *supprression_types[], in LeakSuppressionContext() function in __lsan::LeakSuppressionContext111 alignas(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];112 static LeakSuppressionContext *suppression_ctx = nullptr;132 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); in InitializeSuppressions()135 void LeakSuppressionContext::LazyInit() { in LazyInit()147 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()206 bool LeakSuppressionContext::SuppressInvalid(const StackTrace &stack) { in SuppressInvalid()214 bool LeakSuppressionContext::SuppressByRule(const StackTrace &stack, in SuppressByRule()228 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count, in Suppress()[all …]