Searched refs:LeakSuppressionContext (Results 1 – 1 of 1) sorted by relevance
68 class LeakSuppressionContext { class78 LeakSuppressionContext(const char *supprression_types[], in LeakSuppressionContext() function in __lsan::LeakSuppressionContext94 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];95 static LeakSuppressionContext *suppression_ctx = nullptr;115 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); in InitializeSuppressions()118 void LeakSuppressionContext::LazyInit() { in LazyInit()128 static LeakSuppressionContext *GetSuppressionContext() { in GetSuppressionContext()615 void LeakSuppressionContext::PrintMatchedSuppressions() { in PrintMatchedSuppressions()761 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()782 Suppression *LeakSuppressionContext::GetSuppressionForStack( in GetSuppressionForStack()[all …]