Searched refs:LeakSuppressionContext (Results 1 – 1 of 1) sorted by relevance
81 class LeakSuppressionContext { class94 LeakSuppressionContext(const char *supprression_types[], in LeakSuppressionContext() function in __lsan::LeakSuppressionContext110 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];111 static LeakSuppressionContext *suppression_ctx = nullptr;131 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); in InitializeSuppressions()134 void LeakSuppressionContext::LazyInit() { in LazyInit()146 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 …]