HomeSort by: relevance | last modified time | path
    Searched defs:LeakSuppressionContext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 79 class LeakSuppressionContext {
92 LeakSuppressionContext(const char *supprression_types[],
108 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];
109 static LeakSuppressionContext *suppression_ctx = nullptr;
129 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
132 void LeakSuppressionContext::LazyInit() {
144 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) {
202 bool LeakSuppressionContext::SuppressInvalid(const StackTrace &stack) {
210 bool LeakSuppressionContext::SuppressByRule(const StackTrace &stack,
224 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count
    [all...]
lsan_common.cpp 79 class LeakSuppressionContext {
92 LeakSuppressionContext(const char *supprression_types[],
108 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];
109 static LeakSuppressionContext *suppression_ctx = nullptr;
129 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
132 void LeakSuppressionContext::LazyInit() {
144 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) {
202 bool LeakSuppressionContext::SuppressInvalid(const StackTrace &stack) {
210 bool LeakSuppressionContext::SuppressByRule(const StackTrace &stack,
224 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 68 class LeakSuppressionContext {
78 LeakSuppressionContext(const char *supprression_types[],
95 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];
96 static LeakSuppressionContext *suppression_ctx = nullptr;
116 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
119 void LeakSuppressionContext::LazyInit() {
129 static LeakSuppressionContext *GetSuppressionContext() {
596 void LeakSuppressionContext::PrintMatchedSuppressions() {
743 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) {
764 Suppression *LeakSuppressionContext::GetSuppressionForStack
    [all...]
lsan_common.cpp 68 class LeakSuppressionContext {
78 LeakSuppressionContext(const char *supprression_types[],
95 ALIGNED(64) static char suppression_placeholder[sizeof(LeakSuppressionContext)];
96 static LeakSuppressionContext *suppression_ctx = nullptr;
116 LeakSuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));
119 void LeakSuppressionContext::LazyInit() {
129 static LeakSuppressionContext *GetSuppressionContext() {
596 void LeakSuppressionContext::PrintMatchedSuppressions() {
743 Suppression *LeakSuppressionContext::GetSuppressionForAddr(uptr addr) {
764 Suppression *LeakSuppressionContext::GetSuppressionForStack
    [all...]

Completed in 146 milliseconds